Skip to content

Commit 66616ee

Browse files
committed
Remove unused
1 parent 35555f5 commit 66616ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/admin/upnp/soap_addportmapping.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def run
8181
)
8282

8383
if res
84-
map_target = Rex::Socket.source_address(rhost)
8584
map = "#{rhost}:#{external_port}/#{protocol} -> #{internal_ip}:#{internal_port}/#{protocol}"
8685
if res.code == 200
8786
print_good("#{peer} successfully mapped #{map}")

0 commit comments

Comments
 (0)