CompTIA PenTest+ (PT0-003) — Question 193
A penetration tester uses the Intruder tool from the Burp Suite Community Edition while assessing a web application. The tester notices the test is taking too long to complete.
Which of the following tools can the tester use to accelerate the test and achieve similar results?
Answer options
- A. TruffleHog
- B. Postman
- C. Wfuzz
- D. WPScan
Correct answer: C
Explanation
The correct answer is C, Wfuzz, as it is specifically designed for fuzzing and can perform tests more rapidly compared to the Intruder tool. The other options, such as TruffleHog, Postman, and WPScan, serve different purposes, such as searching for secrets, API testing, and WordPress vulnerability scanning, respectively, and do not directly enhance the speed of fuzz testing.