added status message

bug/bundler_fix
smilingraccoon 2013-01-10 09:43:37 -05:00
parent a0a4ef843b
commit 5bafd6ddcc
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ class Metasploit3 < Msf::Auxiliary
if res.code == 200
vprint_status("Feed located at http://#{ip}#{uri}")
else
vprint_status("#{ip} returned a #{res.code}")
end
count = count - 1
end