112-52 · Question #93
Which of the following is an example of a tool used in penetration testing for web applications?
The correct answer is B. Burp Suite. Burp Suite is specifically designed as a web application security testing platform, providing an intercepting proxy, scanner, intruder, and repeater - all purpose-built for analyzing and exploiting HTTP/HTTPS traffic between a browser and server. Nmap (A) is a network scanner use
Question
Which of the following is an example of a tool used in penetration testing for web applications?
Options
- ANmap
- BBurp Suite
- CJohn the Ripper
- DCain & Abel
How the community answered
(46 responses)- B93% (43)
- C2% (1)
- D4% (2)
Explanation
Burp Suite is specifically designed as a web application security testing platform, providing an intercepting proxy, scanner, intruder, and repeater - all purpose-built for analyzing and exploiting HTTP/HTTPS traffic between a browser and server.
Nmap (A) is a network scanner used to discover hosts, open ports, and services across a network - not focused on web application layer testing. John the Ripper (C) is a password-cracking tool that works offline against password hashes, with no web application context. Cain & Abel (D) is a Windows-based credential recovery tool focused on sniffing, hash cracking, and ARP poisoning - again not web application-specific.
Memory tip: Think "Burp Suite = Browser traffic" - it sits between your browser and the target web app, making it the go-to choice whenever the question mentions web application pentesting.
Topics
Community Discussion
No community discussion yet for this question.