Open GoogleCodeExporter opened 9 years ago
After a few test, i found a "solution"
- At line #1326, change the function call and add "RUN_CONFIG" as second
argument.
So if before it looks like
---> "wpa_crack(cap)"
now it should be like
---> "wpa_crack(cap,RUN_CONFIG)"
- Now the bug should be avoid when starting the wpa cracking part, but for some
reasons WiFite doesn't use the "-dict" argument from command line. So, if you
want to use your word list, go to line #175 and modify the
"self.WPA_DICTIONARY" path to poit to your file (i.e. In my case the entire
line is "self.WPA_DICTIONARY =
'/opt/backbox/msf/data/john/wordlists/password.lst' )
Hope to be helpfull for someone
Original comment by danieleb...@gmail.com
on 9 Jun 2014 at 10:13
Original issue reported on code.google.com by
danieleb...@gmail.com
on 9 Jun 2014 at 9:47