# Usernames
wpscan --url www.wordpress.org -e u
# Popular Plugins
wpscan --url www.wordpress.org -e p
# Vulnerable Plugins
wpscan --url www.wordpress.org -e vp
# All Plugins
wpscan --url www.wordpress.org -e ap
# Popular Themes
wpscan --url www.wordpress.org -e t
# Popular Themes
wpscan --url www.wordpress.org -e t
# Vulnerable Themes
wpscan --url www.wordpress.org -e vt
# All Themes
wpscan --url www.wordpress.org -e at
# wp-config.php Backups
wpscan --url www.wordpress.org -e cb
# Database Exports
wpscan --url www.wordpress.org -e dbe
# Scan Vulnerabilities and output to file
wpscan --url <URL> -e vp, u, vt, tt --follow-redirection -v --log filename.log