arp-scan debug #261 work

This commit is contained in:
Jokob-sk
2023-07-05 08:04:10 +10:00
parent 89aa38ecc1
commit 77ba2e1362

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_' + str(index) + '.txt', arpscan_output)
index += 1
arpscan_output += execute_arpscan_on_interface (interface)