Skip to content

Commit 76d36a4

Browse files
committed
Missing a checkcode
1 parent 8a542b8 commit 76d36a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def check_host(ip)
9090

9191
if res.code == 404
9292
vprint_error("#{ip}:#{rport} - You got a 404. URI must be a valid resource.")
93-
return
93+
return Exploit::CheckCode::Unknown
9494
end
9595

9696
res = send_request_raw({

0 commit comments

Comments
 (0)