This commit is contained in:
Adam Outler
2025-09-27 19:48:36 -04:00
parent 46097bb6e8
commit b47df7b33f
4 changed files with 35 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ def main():
plugin_objects = Plugin_Objects(RESULT_FILE)
timeoutSec = get_setting_value('DHCPSRVS_RUN_TIMEOUT')
nmapArgs = ['sudo', 'nmap', '--script', 'broadcast-dhcp-discover']
nmapArgs = ['sudo', 'nmap', '--privileged' '--script', 'broadcast-dhcp-discover']
try:
dhcp_probes = 1