cairo-fuzzer
Smart Contract Fuzzer
A tool for testing smart contract security by generating random inputs and executing them on a contract to identify vulnerabilities.
Cairo/Starknet smart contract fuzzer
118 stars
4 watching
12 forks
Language: Rust
last commit: 9 months ago
Linked from 1 awesome list
cairocairo-langfuzzerfuzzingstarknet
Related projects:
Repository | Description | Stars |
---|---|---|
fuzzinglabs/thoth | An all-in-one security toolkit for analyzing and decoding smart contract bytecode | 244 |
openzeppelin/cairo-contracts | A library for secure smart contract development written in Cairo for Starknet | 824 |
credence0x/cairo-damn-vulnerable-defi | A set of challenges to learn offensive security of smart contracts on Starknet using the Cairo language. | 21 |
withsecureopensource/mqtt_fuzz | A tool to test and identify vulnerabilities in MQTT protocol implementations by sending pre-defined sequences of control packets. | 77 |
jtpereyda/boofuzz | A tool for generating and testing network protocol inputs to identify vulnerabilities | 2,041 |
ameenmaali/qsfuzz | A tool to help identify vulnerabilities in web applications by fuzzing query strings with custom rules. | 296 |
bhass1/pyfuzz_can | A tool for generating and testing random CAN network inputs to simulate real-world conditions. | 13 |
rust-fuzz/afl.rs | A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. | 1,651 |
momalab/icsfuzz | Fuzzes control applications to uncover vulnerabilities | 26 |
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,108 |
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 |
veridise/medjai | A symbolic execution tool for verifying the correctness of smart contracts written in Cairo. | 49 |
mykter/afl-training | A comprehensive workshop and training project on fuzzing with AFL (American Fuzzy Lop) for discovering vulnerabilities in popular software projects. | 1,227 |
stephenfewer/grinder | Automates fuzz testing of web browsers and manages crashes to help identify security vulnerabilities | 415 |
quarkslab/android-fuzzing | A toolkit for greybox fuzzing of Android applications using AFL++ Frida mode | 107 |