Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 614 Bytes

File metadata and controls

19 lines (14 loc) · 614 Bytes

Pentest Initiation

Warning

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.

Context

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