screwed up formatting. updated indention at the end. ok seriously, going to bed now

bug/bundler_fix
Andrew Morris 2014-12-11 01:05:56 -08:00
parent 291166e1ff
commit 7afa87f168
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Metasploit3 < Msf::Auxiliary
response = sock.get(1024) # Not sure what the difference is between get and recv, but updated. Will look into.
if response == "Protocol mismatch.\n" or response.include? "bad packet length 168430090" # I know this is ugly
print_status("#{ip} - Kippo honeypot detected!") # Currently reading the report_* documentation trying to figure out how to implement properly
end
end
end
end