WP Scan

image.png

Sometimes your target has running a WordPress website running on their end. There is also a tool which allows you to scan such websites.

This is how you run an overall scan

wpscan --url http://10.10.10.10/wordpress -e vp,u

 image.png

When you found a username you can also start a Brute-Force attack on the Website:

wpscan --url http://10.10.10.10/wordpress  --usernames admin --passwords /usr/share/wordlists/rockyou.txt --max-threads 50

image.png


Revision #2
Created 9 July 2022 14:25:32 by Togoboi
Updated 10 July 2022 08:27:00 by Togoboi