You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When --dict is given a directory path instead of a file, wifite now
collects all files in the directory and uses them as wordlists for
cracking. Each wordlist is tried sequentially until a password is
found or all wordlists are exhausted.
Changes:
- config.py: Add wordlists list, handle directory paths in --dict
- args.py: Update help text to indicate file/directory support
- tools: Add optional wordlist parameter to all cracking tools
(hashcat, aircrack, john, cowpatty)
- attacks: Iterate through multiple wordlists in WPA, PMKID, and
PMKID passive attacks
- util/crack.py: Support directory input in manual crack mode
https://claude.ai/code/session_01SLvptkig8m8QXCLeBLFcQ3
0 commit comments