Merge branch 'master' of github.com:rapid7/metasploit-framework

This commit is contained in:
sinn3r 2012-01-23 11:56:50 -06:00
commit 621567dcc8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Auxiliary
def run_host(ip)
begin
fp = http_fingerprint
print_status("#{ip} #{fp}") if fp
print_status("#{ip}:#{rport} #{fp}") if fp
rescue ::Timeout::Error, ::Errno::EPIPE
end
end