November 2012
Intermediate to advanced
318 pages
6h 36m
English
The denial of service attack is very popular these days, and Nmap can help pentesters detect web servers that are vulnerable to these types of attacks. The "slowloris denial of service" technique is presumed to have been discovered by Adrian Ilarion Ciobanu back in 2007, but Rsnake released the first tool in DEFCON 17 proving that it affects several products, including Apache 1.x, Apache 2.x, dhttpd, and possibly many other web servers.
This recipe shows how to detect if a web server is vulnerable to slowloris DoS attacks by using Nmap.
To launch a slowloris attack against a remote web server with Nmap, use the following command:
# nmap -p80 --script http-slowloris ...Read now
Unlock full access