Minor updates to XSSRays

Part of issue #47
This commit is contained in:
bcoles
2012-03-26 16:29:15 +10:30
parent 8518c8fae9
commit 2bca21a41d
3 changed files with 13 additions and 13 deletions

View File

@@ -77,7 +77,7 @@ module BeEF
)
xssrays_detail.save
end
print_info("[XSSRAYS] Received ray from HB with ip [#{hooked_browser.ip.to_s}], hooked on domain [#{hooked_browser.domain.to_s}]")
print_info("[XSSRAYS] Scan id [#{xssrays_scan.id}] received ray [ip:#{hooked_browser.ip.to_s}], hooked domain [#{hooked_browser.domain.to_s}]")
print_debug("[XSSRAYS] Ray info: \n #{@request.query_string}")
end