Skip to content

Commit c82bb73

Browse files
author
jvazquez-r7
committed
Avoid super verbose output
1 parent 90f987d commit c82bb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/sap/sap_icm_urlscan.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def check_url(url)
126126
when res.code == 301, res.code == 302
127127
print_good("#{rhost}:#{rport} #{url} - redirected (#{res.code}) to #{res.headers['Location']} (not following)")
128128
else
129-
print_status("#{rhost}:#{rport} - unhandle response code #{res.code}")
129+
vprint_status("#{rhost}:#{rport} - unhandle response code #{res.code}")
130130
end
131131

132132
else

0 commit comments

Comments
 (0)