GinjaChris/pentmenu

Slowloris interval is too high

GinjaChris opened this issue · 1 comments

the 59 second interval between sending each header is too high. It should be user-configurable with a default random interval of between 5 and 15 seconds:

INTERVAL=$((RANDOM % 11 + 5))

Fixed in 36f4da7