Skip to content

Commit db78ffc

Browse files
committed
...
1 parent 49bcec5 commit db78ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/intrasrv_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def check
7272
print_error("Could not connect to target!")
7373
return Exploit::CheckCode::Safe
7474
end
75-
sock.put("GET / HTTP/1.0\r\n")
75+
sock.put("GET / HTTP/1.0\r\n\r\n")
7676
res = sock.get_once
7777

7878
if res =~ /intrasrv 1.0/

0 commit comments

Comments
 (0)