Print status output

unstable
HD Moore 2012-01-28 13:52:25 -06:00
parent f3eb78199b
commit c63c7393e3
1 changed files with 2 additions and 0 deletions

View File

@ -53,7 +53,9 @@ class Metasploit3 < Msf::Auxiliary
res = sock.get_once(-1, 15)
print_status(Rex::Text.to_hex_dump(res))
=end
report_service(:host => rhost, :port => rport, :name => "pcanywhere", :info => "")
print_status("#{rhost}:#{rport} pcAnywhere")
rescue ::Rex::ConnectionError
rescue ::Exception => e