Wordpress Attacks
Discovery/Footprinting
Look into /robots.txt
presence of the
/wp-admin
and/wp-content
directories
Enumeration
themes
plugins
Enumerating Users
login page can be found at
/wp-login.php
.A valid username and an invalid password results in the following message:
an invalid username returns that the user was not found.
WPScan
Attacking WordPress
Login Bruteforce
The
wp-login
method will attempt to brute force the standard WordPress login page, while thexmlrpc
method uses WordPress API to make login attempts through/xmlrpc.php
.The
xmlrpc
method is preferred as it’s faster.
Code Execution
PHP Meterpreter shell
Last updated