WordPress
Overview¶
WordPress is a web content management system, aimed at providing tools and plugins for website building and developing.
Due to the scope of the WordPress ecosystem, the attack surface for WordPress websites is rather large and warrants its own scanner -- this is where WPScan comes into play.
Info
The WPScan WordPress security scanner is a CLI tool that uses the WordPress Vulnerability Database API to retrieve WordPress vulnerability data in real time.
Enumeration¶
When enumerating a website, we need to know that WordPress is being used prior to using wpscan
.
-
This can often be given away from
nmap
scans:
-
Or via browser plugins such as Wappalyzer, which is a valuable tool for determining website backend frameworks and technologies.
WPScan¶
Once WordPress has been identified, wpscan
can be used to find individual plugins, versions, and potentials vulnerabilities.
General Usage:
wpscan --url <ip_addr>:<port>
- Vulnerabilities and versions should be prominently displayed.
Warning
It is worth noting that occasionally wpscan
can have false negatives, not knowing that specific plugin versions are vulnerable.
- Example of
wpscan
finding a plugin, but not knowing about known exploits.