CAS-003 · Question #328
Given the following output from a security tool in Kali:
The correct answer is C. Fuzzer. The correct answer is C: Fuzzer. Although the tool output image is not visible in the text, the context points to a fuzzing tool. Fuzzers (such as wfuzz, ffuf, or Burp Suite's Intruder) work by sending large volumes of semi-random, malformed, or unexpected inputs to an…
Question
Given the following output from a security tool in Kali:
Options
- ALog reduction
- BNetwork enumerator
- CFuzzer
- DSCAP scanner
How the community answered
(27 responses)- A4% (1)
- B7% (2)
- C89% (24)
Explanation
The correct answer is C: Fuzzer. Although the tool output image is not visible in the text, the context points to a fuzzing tool. Fuzzers (such as wfuzz, ffuf, or Burp Suite's Intruder) work by sending large volumes of semi-random, malformed, or unexpected inputs to an application or service to discover vulnerabilities like crashes, unexpected behaviors, or input validation flaws. Kali Linux includes several well-known fuzzers commonly used in penetration testing. The other options are incorrect: log reduction tools parse/filter logs (not a Kali attack tool), network enumerators (like Nmap) map network assets, and SCAP scanners assess compliance against security configuration benchmarks - none of which produce the type of iterative payload-testing output a fuzzer generates.
Topics
Community Discussion
No community discussion yet for this question.