We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3e84f commit 80ffa3dCopy full SHA for 80ffa3d
1 file changed
wifite/args.py
@@ -297,7 +297,12 @@ def _add_global_args(self, glob):
297
'--random-mac',
298
action='store_true',
299
dest='random_mac',
300
- help=Color.s('Randomize wireless card MAC address (default: {G}off{W})'))
+ help=Color.s('Randomize wireless card MAC address completely (better privacy) (default: {G}off{W})'))
301
+
302
+ glob.add_argument('--random-mac-vendor',
303
+ action='store_true',
304
+ dest='random_mac_vendor',
305
+ help=Color.s('Randomize wireless card MAC address but keep vendor bytes (better compatibility) (default: {G}off{W})'))
306
307
glob.add_argument('-p',
308
action='store',
0 commit comments