LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wpscan

WordPress security vulnerability scanner

TLDR

Scan WordPress site
$ wpscan --url [https://example.com]
copy
Enumerate users
$ wpscan --url [https://example.com] -e u
copy
Enumerate plugins
$ wpscan --url [https://example.com] -e vp
copy
Enumerate themes
$ wpscan --url [https://example.com] -e vt
copy
Full enumeration
$ wpscan --url [https://example.com] -e ap,at,u
copy
Password brute force
$ wpscan --url [https://example.com] -U [admin] -P [passwords.txt]
copy
Use API token
$ wpscan --url [https://example.com] --api-token [TOKEN]
copy
Output to file
$ wpscan --url [https://example.com] -o [output.txt]
copy

SYNOPSIS

wpscan [--url url] [-e enumerate] [-U user] [-P passwords] [options]

DESCRIPTION

wpscan is a WordPress security scanner. It identifies vulnerabilities, misconfigurations, and weak credentials.User enumeration finds valid usernames through various techniques. These can be used for targeted attacks.Plugin and theme enumeration identifies installed components. Vulnerable plugins are a major attack vector for WordPress.The vulnerability database requires an API token. Free tokens have limited requests; paid tokens provide more.Password brute forcing tests credentials. Rate limiting may apply; use responsibly.Detection modes balance stealth versus thoroughness. Aggressive mode may trigger security plugins.

PARAMETERS

--url URL

Target URL.
-e LIST
Enumeration options.
-U USER
Username for brute force.
-P FILE
Password wordlist.
--api-token TOKEN
WPScan API token.
-o FILE
Output file.
-f FORMAT
Output format (cli, json, etc.).
--random-user-agent
Random user agent.
--wp-content-dir DIR
wp-content directory.
--detection-mode MODE
Detection mode (mixed, passive, aggressive).
--force
Don't check if target is WordPress.
-v
Verbose mode.

ENUMERATION OPTIONS

u

Users.
vp
Vulnerable plugins.
ap
All plugins.
vt
Vulnerable themes.
at
All themes.
cb
Config backups.
dbe
DB exports.

INSTALL

sudo pacman -S wpscan
copy
nix profile install nixpkgs#wpscan
copy

CAVEATS

Only use with authorization. May trigger security alerts. API token needed for vulnerability data. Resource intensive for full scans.

HISTORY

WPScan was created by the WPScan Team around 2011. It became the standard WordPress security assessment tool, used by security professionals and bug bounty hunters.

SEE ALSO

nmap(1), nikto(1), sqlmap(1), burp(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid