SkillAgentSearch skills...

MitmFuzz

On the fly TCP and UDP network fuzzer

Install / Use

/learn @0x9090/MitmFuzz
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MITMFuzz

On the fly TCP and UDP network fuzzer

Performs random BoF, IoF, IuF, format string injection, null byte injection, and bitflipping on mutated packets, at random offsets. For best results, put your test packet generator on a loop, and wait for crashes.

Usage

python mitmfuzz -l <localport> -r <remotehost> -p <remoteport> [options]

Options

-c: Fuzz only client side (both otherwise)

-s: Fuzz only server side (both otherwise)

-w: Number of requests to send before start fuzzing

-u: UDP protocol (otherwise TCP is used)

-v: Verbose (outputs network traffic)

-h: Help page

<br /> <br />

Modify the "overflowstrings" array to add in your own attack payloads.

Modify the "fuzz(data)" function to change the fuzzing logic

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated2y ago
Forks5

Languages

Python

Security Score

60/100

Audited on Jan 31, 2024

No findings