Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.09 KB

GPCHAR

GPCHAR is a python script made to best work with Kali Linux that allows you to generate wordlists. However, it is different than the other wordlist generators because you can choose what characters can be allowed in each position of the output words.

Installing

In order to run the program correctly, you must have python3 installed and have your Linux updated.

sudo apt-get update
sudo apt-get -y upgrade

Verify if python3 is installed. If you get the version, it's installed.

python3 -V

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the GNU License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to PurpleBooth on GitHub for a readme and contribuing templates