mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
arp-scan debug #261 work
This commit is contained in:
@@ -14,7 +14,7 @@ def execute_arpscan (userSubnets):
|
|||||||
# scan each interface
|
# scan each interface
|
||||||
index = 0
|
index = 0
|
||||||
for interface in userSubnets :
|
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
|
index += 1
|
||||||
arpscan_output += execute_arpscan_on_interface (interface)
|
arpscan_output += execute_arpscan_on_interface (interface)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user