ARPSCAN DURATION #1172
Some checks failed
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
Deploy MkDocs / deploy (push) Has been cancelled

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-10-05 15:38:17 +11:00
parent 611911b5dd
commit 491c202eba

View File

@@ -47,7 +47,7 @@ def main():
plugin_objects = Plugin_Objects(RESULT_FILE) plugin_objects = Plugin_Objects(RESULT_FILE)
# Print a message to indicate that the script is starting. # Print a message to indicate that the script is starting.
mylog('verbose', ['[ARP Scan] In script ']) mylog('verbose', [f'[{pluginName}] In script '])
# holds a list of user-submitted subnets. # holds a list of user-submitted subnets.
# mylog('verbose', ['[ARP Scan] values.userSubnets: ', values.userSubnets]) # mylog('verbose', ['[ARP Scan] values.userSubnets: ', values.userSubnets])