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