Black Box Fuzzing
Noun · Security & Infosec
Definitions
Fuzz testing performed without internal knowledge of the target's source code or structure, relying instead on observed inputs and outputs. It is useful for finding robustness issues in binaries, protocols, and services when implementation details are unavailable.
In plain English: Sending many strange inputs to a system to find bugs without knowing how it is built internally.
Example: "The team used black box fuzzing against the file parser before they had source access from the vendor."