Skip to content

Commit 53123d9

Browse files
DanielRTeixeiramkienow-r7
authored andcommitted
Update slow_loris.rb
1 parent 21a6d0b commit 53123d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/dos/http/slow_loris.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def initialize(info = {})
1212
info,
1313
'Name' => 'Slow Loris DoS',
1414
'Description' => %q{Slowloris tries to keep many connections to the target web server open and hold them open as long as possible.
15-
It accomplishes this by opening connections to the target web server and sending a partial request.
15+
It accomplishes this by opening connections to the target web server and sending a partial request.
1616
Periodically, it will send subsequent requests, adding to but never completing the request.},
1717
'License' => MSF_LICENSE,
1818
'Author' =>

0 commit comments

Comments
 (0)