Partial HTTP Requests Denial of Service
Slowloris is a HTTP Denial of Service tool written in PERL. This is how the tool works: The tool sends an HTTP request with a partial header. The server will open the connection and wait for the complete header to be received. However, the DoS tool will not send it and will instead keep sending...