Skip to content

Commit 8a542b8

Browse files
committed
Don't check Server header
1 parent 90ed6ee commit 8a542b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ def check_host(ip)
9393
return
9494
end
9595

96-
if !res.headers['Server'].include?('Microsoft-IIS')
97-
vprint_error("#{ip}:#{rport} - Target isn't IIS")
98-
return Exploit::CheckCode::Safe
99-
end
100-
10196
res = send_request_raw({
10297
'uri' => uri,
10398
'method' => 'GET',

0 commit comments

Comments
 (0)