Prepare for the CompTIA PenTest+ Exam. Study with flashcards and multiple choice questions; each comes with hints and explanations. Get ready for your certification!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which tool would you use to perform a security scan on a WordPress website?

  1. Burp Suite

  2. WPScan

  3. Nessus

  4. Metasploit

The correct answer is: WPScan

WPScan is specifically designed for scanning WordPress websites to identify vulnerabilities and security issues. It includes a database of known vulnerabilities associated with WordPress plugins, themes, and the WordPress core itself, allowing users to effectively evaluate the security posture of a WordPress installation. Using WPScan is advantageous because it can be tailored to the unique characteristics of WordPress sites. It provides detailed information on outdated plugins and themes, weak passwords, and potential configuration issues. This focus makes it far more effective for this purpose compared to the other tools listed. Although Burp Suite, Nessus, and Metasploit are also security tools, they serve different primary purposes. Burp Suite is mainly used for web application security testing and may not have the same level of specificity for WordPress vulnerabilities. Nessus is a general vulnerability scanner that covers a wide range of systems but is not specialized for WordPress. Metasploit is primarily a penetration testing framework used for exploiting vulnerabilities in a variety of systems, but it does not focus on WordPress scanning. This makes WPScan the most suitable choice for performing security scans specifically on WordPress websites.