mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-05 23:59:34 -05:00
arp-scan debug #261 work
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user