Skip to content

Commit c6e65b1

Browse files
committed
Minor edits
1 parent 58a50d7 commit c6e65b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/epmp1000_dump_config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ def do_login(user, pass)
169169

170170
if res && res.code == 200 && res.body =~ /device_props/
171171
print_good('++++++++++++++++++++++++++++++++++++++')
172-
print_good("#{rhost} - dumping configuration")
172+
print_good("#{rhost}:#{rport} - dumping configuration")
173173
print_good('++++++++++++++++++++++++++++++++++++++')
174174
print_good("#{rhost}:#{rport} - File retrieved successfully!")
175175

176-
path = store_loot('ePMP_config', 'text/plain', rhost, res.body, rport, 'Cambium ePMP 1000 device config')
176+
path = store_loot('ePMP_config', 'text/plain', rhost, res.body, 'Cambium ePMP 1000 device config')
177177
print_status("#{rhost}:#{rport} - File saved in: #{path}")
178178

179179
# Extract ePMP version

0 commit comments

Comments
 (0)