Which of the following operate by injecting semi-random data into the program stack and then detecting bugs that result?

A. fuzzers
B. HTTP interceptors
C. white boxes
D. password crackers

A
Explanation: Fuzzers are software tools that find and exploit weaknesses in web applications, a process called fuzzing. They operate by injecting semi-random data into the program stack and then detecting bugs that result. They are easy to use, but one of the limitations is that they tend to find the simpler bugs rather some of the more complex ones.

Computer Science & Information Technology

You might also like to view...

These are knowledge objects that provide the data structure for pivot.

A) Alerts B) Indexes C) Reports D) Data models

Computer Science & Information Technology

Which operator can be used in string concatenation?

a. * b. += c. ++ d. =+

Computer Science & Information Technology