uds-server
Fuzzer
A tool for simulating and fuzzing Unified Diagnostic Services (UDS) protocol responses for automotive diagnostic purposes.
CAN UDS Simulator and Fuzzer
294 stars
34 watching
104 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zombiecraig/udsim | A simulator and fuzzer for the Unified Diagnostic Services protocol | 290 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
status-im/nim-drchaos | A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
momalab/icsfuzz | A tool used to test security vulnerabilities in industrial control systems by injecting random data into their application code. | 26 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,057 |
rootup/bfuzz | Automates browser testing with generated input payloads to identify vulnerabilities | 309 |
zombiecraig/icsim | A tool simulates an instrument cluster's behavior over a virtual CAN network. | 813 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 297 |
sycuricon/morfuzz | A fuzzing framework for detecting functional bugs in RISC-V processors | 25 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 188 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,437 |
wdahlenburg/logicalfuzzingengine | A Python extension for Burpsuite that generates and applies payload fuzzing to test application vulnerabilities | 10 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,110 |
rust-fuzz/afl.rs | A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. | 1,668 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,412 |