Feature request - configurable arp-scan args #486 🎁

This commit is contained in:
Jokob-sk
2023-10-22 09:41:38 +11:00
parent 55e398dd10
commit ae7533cec0
2 changed files with 31 additions and 2 deletions

View File

@@ -322,6 +322,28 @@
"string": "Wann Benachrichtigungen gesendet werden sollen."
}
]
},
{
"function": "ARGS",
"type": "text",
"default_value": "sudo arp-scan --ignoredups --retry=6",
"options": [],
"localized": [
"name",
"description"
],
"name": [
{
"language_code": "en_us",
"string": "Arguments"
}
],
"description": [
{
"language_code": "en_us",
"string": "Arguments to run arps-scan with. Recommended and tested only with the setting <code>sudo arp-scan --ignoredups --retry=6</code>."
}
]
}
],
"database_column_definitions": [