Fuzzing

on under Fuzzing Fuzz
1 minute read
Return Home

An Intro to Fuzzing (AKA Fuzz Testing)

Fuzzing, also known as fuzz testing, is a technique that allows developers and security researchers alike to perform blackbox analysis on a given program (network protocols, binaries, web applications, etc.) The analysis will include a series of inputs ranging from known “good” inputs to arbitrary malformed data being fed into the application in an automated fashion.