mqtt_fuzz
MQTT fuzzer
A tool to test and identify vulnerabilities in MQTT protocol implementations by sending pre-defined sequences of control packets.
A simple fuzzer for the MQTT protocol
77 stars
17 watching
21 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,041 |
redteampentesting/monsoon | A tool that sends HTTP requests in a fast and controlled manner to discover or test vulnerabilities in web applications. | 460 |
fuzzinglabs/cairo-fuzzer | A tool for testing smart contract security by generating random inputs and executing them on a contract to identify vulnerabilities. | 118 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 296 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,108 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,399 |
fuzzstati0n/fuzzgoat | A deliberately crafted C program to test the efficacy of fuzzers. | 190 |
andresriancho/websocket-fuzzer | Automates the process of sending WebSocket messages to test application vulnerabilities | 144 |
flespi-software/mqtt-board | An MQTT client tool with diagnostic capabilities and a user-friendly interface | 95 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,431 |
prompt-security/ps-fuzz | An interactive tool that tests and hardens the security of system prompts used in GenAI applications against various attacks. | 401 |
wdahlenburg/logicalfuzzingengine | A Python extension for Burpsuite that generates and applies payload fuzzing to test application vulnerabilities | 10 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 185 |
tlsfuzzer/tlsfuzzer | Automated protocol testing and fuzzing suite for SSL/TLS implementations | 561 |