Fuzzing?

Fuzzing

During the last FOSDEM (see a review here), I attended a presentation about fuzzing techniques with Fusil. It looked interesting to me and I started to grab more information about this attack method.

Krakowlabs released a interesting paper about fuzzing. After a short introduction, they reviewed the different types of fuzzing: “dumb” or “smart” . Basically, dumb fuzzing resumes to sending garbage data to the target to crash the application (Example: to send a huge amount of data). Otherwise, smart fuzzing requires an analyze of the expected data and try to fake them (Example: if an file image is expected, try to use metadata to inject malicious code). For both, they gave some examples with source code.

The paper is available here: Fuzzing for Fun and Profit.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.