An application developer has tested some of the known exploits within a new application. Which of the following
should the administrator utilize to test for unidentified faults or memory leaks?

A.
XSRF Attacks
B.
Fuzzing
C.
Input Validations
D.
SQL Injections
Explanation:
Fuzzing is a software testing technique that involves providing invalid, unexpected, or random data to as inputs
to a computer program. The program is then monitored for exceptions such as crashes, or failed validation, or
memory leaks.