1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Fix some more typos and spelling errors

This commit is contained in:
fyodor
2012-11-16 09:13:53 +00:00
parent 46e8ade6da
commit c58b302ee1
7 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ local http = require "http"
local comm = require "comm"
description = [[
Tests a web server for vulnerability to the Slowloris DoS attack by launching a Slowlaris attack.
Tests a web server for vulnerability to the Slowloris DoS attack by launching a Slowloris attack.
Slowloris was described at Defcon 17 by RSnake
(see http://ha.ckers.org/slowloris/).