Multiple choice technology security

A webscarab fuzzer which is often used for brute forcing, by sending huge number of customized HTTP requests cannot be used for:

  1. Finding default files and directories

  2. Finding maximum attempts for account lockout

  3. Finding a password for a given user ID

  4. Finding the information displayed on a validation CAPTCHA

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

CAPTCHAs specifically resist automated solving by design - they test humanity. Fuzzers like WebScarab send massive automated requests but cannot interpret visual/audio challenges meant for humans. Fuzzers can discover files (A), test lockout limits (B), and attempt passwords (C). CAPTCHA breaking requires human interaction or specialized AI, not simple request automation, making it unsuitable for fuzzing tools.