arp-scan debug #261 work

This commit is contained in:
Jokob-sk
2023-07-05 08:01:42 +10:00
parent 0c35577a68
commit 89aa38ecc1

View File

@@ -14,7 +14,7 @@ def execute_arpscan (userSubnets):
# scan each interface
index = 0
for interface in userSubnets :
write_file (logPath + '/arp_scan_output_', index ,'.txt', arpscan_output)
write_file (logPath + '/arp_scan_output_' + index + '.txt', arpscan_output)
index += 1
arpscan_output += execute_arpscan_on_interface (interface)