** Description changed:

- ```
+ PROBLEM: some options declared in the man page simply do not exist
+ 
  $ man wifite
  OTHERS COMMANDS
           -upgrade     Checks for new version
           -update Checks for new version
  
- $ wifite -upgrade
+ # wifite -upgrade
  ...
  wifite: error: unrecognized arguments: -upgrade
  
- $ wifite -update
+ # wifite -update
  ...
  wifite: error: unrecognized arguments: -update
- ```
+ 
+ 
+ ALSO: some options declared as -xxx only work with --xxx, whereas others
+ are OK with -xxx...
+ 
+ $ man wifite
+ ...
+ WPA
+ ...
+          -dict <file> specify dictionary to use when cracking WPA
+ ...
+ # wifite -dict anyexistingfile
+ ...
+ wifite: error: unrecognized arguments: -dict anyexistingfile
+ # wifite --dict anyexistingfile
+ ...
+     Interface   PHY   Driver              Chipset                             
                                                                                
                                                                               
+ -----------------------------------------------------------------------
+  1. wlp2s0      phy0  iwlwifi             Intel Corporation Wireless 8260 
(rev 3a)
+ 
+  [+] enabling monitor mode on wlp2s0...
+ ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880673

Title:
  wifite doc on options (update/upgrade) that do not exit????

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wifite/+bug/1880673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to