CEH Web Application and Injection Attacks Practice Question
A penetration tester uses Burp Suite to intercept and modify web traffic. Which TWO features in Burp Suite would be MOST useful for performing a brute-force attack on a login form? (Choose TWO.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Burp Proxy
Intruder is designed for automated brute-forcing with payloads. Proxy allows interception and manipulation of requests before sending to Intruder. Repeater is for manual requests, not automated attacks. Scanner is for vulnerability scanning, not brute-forcing.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Burp Scanner
Why it's wrong here
Burp Scanner is an automated web vulnerability scanner that passively and actively probes web applications for common security flaws like SQL injection, XSS, and path traversal. While it involves sending modified requests, its primary function is automated discovery and reporting of vulnerabilities, not manual interception and modification of specific requests or systematic brute-forcing of credentials or parameters. It operates at a higher level of abstraction than direct request manipulation.
- ✓
Burp Proxy
Why this is correct
Burp Proxy is the core component for intercepting all HTTP/S traffic between the browser and the target application. It allows a penetration tester to view, analyze, and manually modify individual requests and responses in real-time before they reach their destination. This direct interception and on-the-fly modification capability is fundamental for understanding application behavior and initiating various attacks, often serving as the initial capture point for other Burp tools.
- ✗
Burp Decoder
Why it's wrong here
Burp Decoder is designed for transforming data between various encoding schemes (e.g., URL, HTML, Base64) or hashing. While it modifies data, its purpose is purely for data representation and analysis, not for actively intercepting live traffic or automating attack payloads against a target application. It lacks the proxying or attack automation capabilities required for such a task.
- ✓
Burp Intruder
Why this is correct
Burp Intruder is a powerful tool for automating customized attacks against web applications by systematically injecting various payloads into specific request parameters. It excels at tasks like brute-forcing credentials, fuzzing input fields, or enumerating valid values by sending numerous modified requests based on predefined attack types and payload sets. This systematic and automated modification of requests is a key aspect of its functionality.
- ✗
Burp Repeater
Why it's wrong here
Burp Repeater allows a penetration tester to manually modify and resend individual HTTP requests repeatedly, observing the application's responses in detail. While it facilitates modification, its strength lies in precise, manual testing and fine-tuning of single requests, not in the automated, systematic generation and sending of multiple requests with varying payloads, which is often implied by 'intercept and modify' in a broader attack context.
Go deeper
Related to this question
About these practice questions
This CEH question is part of Courseiva's 870-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CEH exam.