uds-server
Fuzzer
A tool for simulating and fuzzing Unified Diagnostic Services (UDS) protocol responses for automotive diagnostic purposes.
CAN UDS Simulator and Fuzzer
293 stars
34 watching
103 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 | 289 |
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 | Fuzzes control applications to uncover vulnerabilities | 26 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,041 |
rootup/bfuzz | Automates browser testing with generated input payloads to identify vulnerabilities | 309 |
zombiecraig/icsim | A tool for simulating an instrument cluster's display based on CAN packet data from a virtual CAN interface. | 804 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 296 |
sycuricon/morfuzz | A fuzzing framework for detecting functional bugs in RISC-V processors | 23 |
s3team/squirrel | A tool that generates random inputs to test the robustness of database management systems | 185 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,431 |
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,108 |
rust-fuzz/afl.rs | A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. | 1,651 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,399 |