Skip to content

Commit cb3a5ba

Browse files
author
=
committed
do not run hcxdumptool on a shared interface
1 parent 91291c2 commit cb3a5ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hcxdumptool.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5229,14 +5229,14 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
52295229
"\n"
52305230
"Important recommendation:\n"
52315231
"-------------------------\n"
5232-
"Do not set monitor mode by third party tools or third party scripts!\n"
5233-
"Do not use virtual interfaces (monx, wlanxmon, prismx, ...)!\n"
5234-
"Do not use virtual machines or emulators!\n"
5232+
"Do not run %s on a shared interface (monx, wlanxmon, prismx, ...)!\n"
5233+
"Do not set monitor mode by third party tools (e.g. iwconfig) or third party scripts!\n"
52355234
"Do not run other tools that take access to the interface in parallel (except: tshark, wireshark, tcpdump)!\n"
5235+
"Do not use virtual machines or emulators!\n"
52365236
"Do not use tools to change the virtual MAC (like macchanger)!\n"
52375237
"Do not merge (pcapng) dump files, because this destroys assigned hash values!\n"
52385238
"\n",
5239-
eigenname, VERSION_TAG, VERSION_YEAR);
5239+
eigenname, VERSION_TAG, VERSION_YEAR, eigenname);
52405240
exit(EXIT_SUCCESS);
52415241
}
52425242
/*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)