medium
Single Answer
0

Alekos wants to use an automated tool to fill web application forms to test for format string vulnerabilities. What type of tool should he use?

Answer Options

A

A black box

B

A brute-force tool

C

A fuzzer

D

A static analysis tool

Correct Answer: C

Explanation

Fuzzers are tools designed to provide invalid or unexpected input to applications, testing for vulnerabilities like format string vulnerabilities, buffer overflow issues, and other problems. A static analysis relies on examining code without running the application or code and thus would not fill forms as part of a web application. Brute-force tools attempt to bypass security by trying every possible combination for passwords or other values. A black box is a type of penetration test where the testers do not know anything about the environment.