BFSG is a web BruteForce String generator written in Python
- First check that you have a python version 3.8.5 or update it from Python Update
git clone https://github.com/yezz123/BFSG.git
Cd BFSG
- Development prerequisites
pipenv install
- Production prerequisites
pipenv install --dev
- To activate project's virtualenv run:
pipenv shell
cd BFSG
mypy BFSG.py
pytest
Contributions are welcome! โค Please share any features, and add unit tests! Use the pull request and issue systems to contribute.