wifite2
wifite2 copied to clipboard
Add an ability to select multiple dictionaries from a directory (or to specify dictionaries directory)
Possibly by an argument to the script --wordlist-dir.
Accepts multiple wordlists
-
hashcat
: From the FAQ-
hashcat -m 0 -a 0 <.cap/.16800> <wordlist> <wordlist> <wordlist> ...
-
-
aircrack-ng
: From their website "Separate multiple wordlists by comma"-
aircrack-ng -a 2 -w <wordlist>,<wordlist>,<wordlist>,... <capfile>
-
Doesn't accept multiple wordlists
-
coWPAtty
: Doesn't appear to be possible, tried specifying-f
twice, it only used the last-f
-
john
: Doesn't appear to be possible, per this email list response. -
pyrit
: Not sure, just crashes for me!
For the "doesn't accept" list, Wifite would have to re-run the crack command for each wordlist in the directory.
This is tricky as we'd want Wifite to tell users which wordlist it's currently on.
My original intention was to create a loop and let the user choose a wordlist from the specified directory, this way one could try few wordlists one by one, or possibly all of them in "auto mode". Let me know what you think
@derv82 are you still working on this?
Hi @derv82, any update about this feature?