Skip to content

Commit a74c337

Browse files
committed
Uses vprint instead of print in #check_host
1 parent 6d01d7f commit a74c337

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

162162
if res && res.body.include?('Requested Range Not Satisfiable')
163-
print_status("#{peer} - #{uri} is vulnerable")
163+
vprint_status("#{vmessage} - Vulnerable")
164164

165165
target_uri.path = uri # Needed for the DoS attack
166166

0 commit comments

Comments
 (0)