File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
52405240exit (EXIT_SUCCESS );
52415241}
52425242/*---------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments