XtEsco / Snipuzz

a blackbox network fuzzer for IoT devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snipuzz

A blackbox network fuzzer for IoT devices.

This work is published on CCS'21 Snipuzz: Black-box Fuzzing of IoT Firmware via Message Snippet Inference.

Snipuzz runs as a client communicating with the devices and infers message snippets for mutation based on the responses. Each snippet refers to a block of consecutive bytes that reflect the approximate code coverage in fuzzing. This mutation strategy based on message snippets considerably narrows down the search space to change the probing messages.

We are adding the user manual to help use Snipuzz. And we are working on re-implement Snipuzz with python.

Python version

Please find our python version of this project in Snipuzz-py, which will be maintained in the future.

About

a blackbox network fuzzer for IoT devices


Languages

Language:C# 100.0%