diff --git a/README.md b/README.md index bec5284..c9b01ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # [How to Brute-Force SSH Servers in Python](https://www.thepythoncode.com/article/brute-force-ssh-servers-using-paramiko-in-python) +This project aims to demonstrate botted SSH brute force hacking with a Python script. +It is used with a dictionnary (wordlist.txt). + ## INSTALLATION ```bash