Update test with new CLI options

This commit is contained in:
_Frky 2022-09-15 17:55:31 +02:00
parent 331aca3d21
commit 26eeb73db7

View file

@ -163,9 +163,9 @@ masscanned = subprocess.Popen(
"-vvvvv", "-vvvvv",
"-i", "-i",
f"{IFACE}b", f"{IFACE}b",
"-f", "--ip-addr-file",
ipfile.name, ipfile.name,
"-a", "-m",
MAC_ADDR, MAC_ADDR,
] ]
# if args in CLI, they are passed to masscanned # if args in CLI, they are passed to masscanned