From 9c0d480cbf790814432eca0ce49f4dc3562ca15e Mon Sep 17 00:00:00 2001 From: leo-lb Date: Thu, 12 Dec 2019 19:06:15 +0100 Subject: [PATCH] Add guidance on password lists --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f735da5..88b4a27 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,10 @@ OPTIONS: # Example -`$ wpbrute-rs -w /usr/share/wordlists/rockyou.txt -t http://wordpress.example.local/wp-login.php` \ No newline at end of file +`$ wpbrute-rs -w /usr/share/wordlists/rockyou.txt -t http://wordpress.example.local/wp-login.php` + +# Password lists + +To use this program, you need password lists, here's some places where you can find some: + +- [https://github.com/berzerk0/Probable-Wordlists](https://github.com/berzerk0/Probable-Wordlists) \ No newline at end of file