report_service when we find something this way

bug/bundler_fix
Jon Hart 2014-09-19 10:45:06 -07:00
parent a54b23642e
commit 3493987300
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 0 deletions

View File

@ -38,5 +38,6 @@ class Metasploit3 < Msf::Auxiliary
def scanner_process(data, shost, sport)
print_good("Received #{data.inspect} from #{shost}:#{sport}/udp")
report_service(:host => shost, :port => sport, :proto => 'udp', :info => data.inspect)
end
end