Ethical Hacking: #2 WPScan
by asokawotulo on 26/06/2019WPScan is a tool built using ruby that scans a WordPress site in order to retrieve information
wpscan --url insert_url_here
Using the code above you are able to scan a WordPress website
Example:
wpscan --url team1.pentest.id

Furthermore, you can use the command below
wpscan --hh
to get a full list of the available options like:
- Enumeration
- Password attack
- etc…

Comments are closed.