Skip to content

Commit 824a783

Browse files
committed
LAND rapid7#6707, Print Response Fix for HTTP NTLM
2 parents 3d624c0 + 8028a9b commit 824a783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/server/http_ntlmrelay.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def http_relay_toserver(hash, ser_sock = nil)
310310
else
311311
print_status("Auth successful, saving server response in database")
312312
end
313-
vprint_status(resp)
313+
vprint_status(resp.to_s)
314314
end
315315
return [resp, ser_sock]
316316
end

0 commit comments

Comments
 (0)