Skip to content

Commit d9d8634

Browse files
committed
Changes the message displayed when vulnerable
1 parent 4f6fe2a commit d9d8634

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
@@ -155,7 +155,7 @@ def check_host(ip)
155155
vmessage = "#{peer} - Checking #{uri} [#{res.code}]"
156156

157157
if res && res.body.include?('Requested Range Not Satisfiable')
158-
print_status("#{vmessage} - Vulnerable")
158+
print_status("#{peer} - #{uri} is vulnerable")
159159

160160
target_uri.path = uri # Needed for the DoS attack
161161

0 commit comments

Comments
 (0)