Remove unused
parent
35555f5f24
commit
66616eeb95
|
@ -81,7 +81,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
)
|
)
|
||||||
|
|
||||||
if res
|
if res
|
||||||
map_target = Rex::Socket.source_address(rhost)
|
|
||||||
map = "#{rhost}:#{external_port}/#{protocol} -> #{internal_ip}:#{internal_port}/#{protocol}"
|
map = "#{rhost}:#{external_port}/#{protocol} -> #{internal_ip}:#{internal_port}/#{protocol}"
|
||||||
if res.code == 200
|
if res.code == 200
|
||||||
print_good("#{peer} successfully mapped #{map}")
|
print_good("#{peer} successfully mapped #{map}")
|
||||||
|
|
Loading…
Reference in New Issue