Update README.md

pull/19/head
Soka 2017-10-14 22:18:39 +02:00
parent 3ded7a2cf4
commit 4eb28279f5
2 changed files with 2 additions and 3 deletions

View File

@ -47,9 +47,9 @@ python main.py -u "http://127.0.0.1/wordpress/" --brute --passwords-list fuzz/wo
```
```
╭─ 👻 swissky@crashlab: ~/Github/Wordpresscan master*
╰─$ python main.py -u "http://127.0.0.1/wordpress/" --brute fuzz/wordlist.lst --nocheck
╰─$ python main.py -u "http://127.0.0.1/wordpress/" --brute --users-list fuzz/wordlist.lst --passwords-list fuzz/wordlist.lst --nocheck
_______________________________________________________________
_ _ _
| | | | | |

View File

@ -38,7 +38,6 @@ if __name__ == "__main__":
parser.add_argument('--passwords-list', action ='store', dest='passwords_list', default=None, help="Passwords list for bruteforce")
results = parser.parse_args()
print results
# Check wordpress url
if results.url != None:
# Disable warning for ssl verify=False