GinjaChris / pentmenu

A bash script for recon and DOS attacks
GNU General Public License v3.0
505 stars 216 forks source link

Slowloris interval is too high #17

Closed GinjaChris closed 8 years ago

GinjaChris commented 8 years ago

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))

GinjaChris commented 8 years ago

Fixed in https://github.com/GinjaChris/pentmenu/commit/36f4da7e93815de6247b27e0e6c6b70fbf46c74f