Skip to content

Commit 5484ee8

Browse files
committed
Correct port when eating cisco config
1 parent bdc822c commit 5484ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/misc/cisco_smart_install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def process_incoming(info)
105105
from.gsub!('::ffff:', '')
106106

107107
print_status("Incoming file from #{from} - #{name} (#{data.length} bytes)")
108-
cisco_ios_config_eater(from, 4786, data)
108+
cisco_ios_config_eater(from, rport, data)
109109
end
110110

111111
def decode_hex(string)

0 commit comments

Comments
 (0)