Skip to content

Commit db2bd22

Browse files
DanielRTeixeiramkienow-r7
authored andcommitted
Update slow_loris.rb
1 parent e07fe77 commit db2bd22

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
@@ -63,7 +63,7 @@ def run
6363
current_sock = connect(global=false)
6464
current_sock.puts(header)
6565
headers.times do
66-
data = "X-a-#{rand(0..1000)}: b\r\n"
66+
data = Rex::Text.rand_text_alpha(3) + "-#{rand(0..1000)}: b\r\n"
6767
current_sock.puts(data)
6868
sleep rand(1..timeout)
6969
end

0 commit comments

Comments
 (0)