WpScan
This tool is used for scanning vulnerabilities in WordPress sites.
For normal scanning:
wpscan --url http://$WEBSRV1 --api-token <YOUR_TOKEN> -o wpscan_resultFor Aggressive plugin scanning:
wpscan --url http://$WEBSRV1 --api-token <Your_Token> --enumerate p --plugins-detection aggressive -o wpscan_resultLast updated