From 7665f5b8fa3096c187854db0a3d35959d806bd51 Mon Sep 17 00:00:00 2001 From: greglebreton Date: Wed, 9 Nov 2022 12:37:05 +0100 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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