WPSCAN

WPScan is an automated tool used to scan and enumerate WordPress sites. It identifies outdated or vulnerable plugins, themes, and core files, helping assess potential security risks. It can use an API token from WPVulnDB to enhance scans with vulnerability and exploit PoC data.

INSTALLATION

ENUMERATION

BRUTE FORCE

WPScan can brute force WordPress usernames and passwords using two methods: wp-login and xmlrpc. The wp-login method targets the standard login page, while the xmlrpc method uses the WordPress API via /xmlrpc.php, which is faster and generally preferred.

VULNERABILITY SCANNING

Last updated