-
Notifications
You must be signed in to change notification settings - Fork 184
Module‐Specific Options
Wapiti provides the flexibility to target specific web platforms or content management systems (CMS) with custom attack strategies. Below is the current option available to customize the scan for particular CMS platforms.
-
--cms CMS_LIST
This option allows you to specify which Content Management Systems (CMS) you want Wapiti to focus on during the scan. By targeting specific CMS platforms, Wapiti can use tailored attack techniques and payloads, improving the effectiveness of the scan.Possible choices include:
- drupal
- joomla
- prestashop
- spip
- wp (WordPress)
Example usage:
If you want to scan a target website that uses WordPress and Joomla, you can specify the platforms as follows:wapiti -u "http://target.com" --cms wp,joomla -m cms
This will limit the attack surface to vulnerabilities specific to WordPress and Joomla.
The
--cms
option only apply to thecms
module (which must be specified with the-m
option).