Skip to content

Commit 38b7bd3

Browse files
carlospolopgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 312df5a commit 38b7bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pentesting/pentesting-web/wordpress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ This tool checks if the **methodName: pingback.ping** and for the path **/wp-jso
251251

252252
```bash
253253
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"
254-
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)
254+
wpscan --rua -e ap,at,tt,cb,dbe,u,m --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)
255255
#You can try to bruteforce the admin user using wpscan with "-U admin"
256256
```
257257

0 commit comments

Comments
 (0)