There are various enumeration options that can be specified, such as vulnerable plugins, all plugins, user enumeration, and more.
WPScan can pull in vulnerability information from external sources to enhance our scans. We can obtain an API token from WPVulnDB, which is used by WPScan to scan for vulnerability and exploit proof of concepts (POC) and reports. The free plan allows up to 50 requests per day. To use the WPVulnDB database, just create an account and copy the API token from the users page. This token can then be supplied to WPScan using the --api-token parameter.
Enumerate
The --enumerate flag is used to enumerate various components of the WordPress application such as plugins, themes, and users.
For example, all plugins can be enumerated using the arguments --enumerate ap.
Note: The default number of threads used is 5, however, this value can be changed using the “-t” flag.