Refactor implicit options hash

Missed in c1fdc4d945.
bug/bundler_fix
William Vu 2014-09-04 13:26:51 -05:00
parent 185ce36859
commit 84f9ec0aad
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 2 additions and 2 deletions

View File

@ -49,13 +49,13 @@ class Metasploit4 < Msf::Auxiliary
if id
print_good("#{ip}:#{rport} - #{id}")
report_service({
report_service(
:host => ip,
:port => rport,
:proto => "tcp",
:name => "jetdirect",
:info => id
})
)
end
end