parent
185ce36859
commit
84f9ec0aad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue