The information and demonstrations presented in this documentation are provided solely for educational and cybersecurity awareness purposes. It is therefore preferable to use a network of virtual machines if you wish to put this into practice.
This is a study project. The detailed attack scenario is in
scenario.md. This file also includes a tutorial to secure the exposed vulnerabilities.
Follow these instructions before running bruteforce_ssh.py :
python3 -m venv .bruteforce
source .bruteforce/bin/activate
pip install fabric