This code DOES NOT promote or encourage any illegal activities! The content in this document is provided solely for educational purposes and to create awareness!
- To run this code use
git clone https://github.com/davidbombal/ssh_bruteforcing.git
- Create Virtual Environment in Windows. Using command
python -m venv sshbruteforcer_env
- Run command
source ./sshbruteforcer_env/bin/activate
- Run the command
pip install -r requirements.txt
to install all the packages required in your virtual environment. - Run
python main.py
this will run the program.