mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Update test with new CLI options
This commit is contained in:
parent
331aca3d21
commit
26eeb73db7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue