GitBook: [master] one page modified

This commit is contained in:
CPol 2021-04-02 23:13:22 +00:00 committed by gitbook-bot
parent 868c965dca
commit 92629bbb58
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -251,7 +251,7 @@ This tool checks if the **methodName: pingback.ping** and for the path **/wp-jso
```bash
cmsmap -s http://www.domain.com -t 2 -a "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0"
c /usr/share/wordlists/external/SecLists/Passwords/probable-v2-top1575.txt #Brute force found users and search for vulnerabilities using a free API token (up 50 searchs)
wpscan --rua --enumerate --url http://www.domain.com --api-token <API_TOKEN> --passwords /usr/share/wordlists/external/SecLists/Passwords/probable-v2-top1575.txt #Brute force found users and search for vulnerabilities using a free API token (up 50 searchs)
#You can try to bruteforce the admin user using wpscan with "-U admin"
```