Skip to content

Commit d02aa6f

Browse files
committed
Land rapid7#8657, print_status fix for jboss_vulnscan
2 parents b0c5d73 + f45facd commit d02aa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/jboss_vulnscan.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def jboss_as_session_setup(rhost, rport)
185185
end
186186

187187
def bypass_auth(app)
188-
print_status("#{rhost}:#{rport} Check for verb tampering (HEAD)")
188+
print_status("#{rhost}:#{rport} Check for verb tampering (#{datastore['VERB']})")
189189

190190
res = send_request_raw({
191191
'uri' => app,

0 commit comments

Comments
 (0)