Posts

Showing posts with the label Fuzzing

Fuzzing and Fuzzer

Fuzzing What the heck is fuzzing ? Fuzzing is one of the methods of finding bugs in applications. With fuzzing method , an attacker trying to send data2 are not concrete in the hope that application will experience a crash or failure in the operation . When an application crashes , then an attacker can exploit these loopholes to control the victim computer .