mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Fix command line options in tests
This commit is contained in:
parent
deb7df490b
commit
58fba4bf31
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ masscanned = subprocess.Popen(
|
||||||
"-vvvvv",
|
"-vvvvv",
|
||||||
"-i",
|
"-i",
|
||||||
f"{IFACE}b",
|
f"{IFACE}b",
|
||||||
"--ip-addr-file",
|
"--self-ip-file",
|
||||||
ipfile.name,
|
ipfile.name,
|
||||||
"-m",
|
"-m",
|
||||||
MAC_ADDR,
|
MAC_ADDR,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue