Inspired by https://github.com/PureWriter/proguard-dict
- Download pdg, put it where you want to generate random proguard dictionary file or your any bin folder
- Just run it
- run
pdg
- use
./pdg
if not put in bin path
- run
- --name or -n for file name (default proguard-dictionary.txt)
- --from or -f for start length (default 6)
- --to or -t for end length (default 30)
Example: pdg --name halo.txt -f 7 -t 70