Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basedBaba committed Dec 21, 2024
1 parent 89cf1ef commit 2e004ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ SSH Bruteforcer
## Installation

```
git clone https://github.com/based-baba/sshBrute
# Clone the project locally
git clone https://github.com/basedBaba/sshBrute
# Create a virtual environment and install the required packages
cd sshBrute
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Make the script executable
chmod +x sshbrute.py
./sshbrute.py -h
Expand Down

0 comments on commit 2e004ff

Please sign in to comment.