diff --git a/hacking_tools/dynamic_analysis/README.md b/hacking_tools/dynamic_analysis/README.md index 3434176..10f044f 100644 --- a/hacking_tools/dynamic_analysis/README.md +++ b/hacking_tools/dynamic_analysis/README.md @@ -8,6 +8,7 @@ * fast contract fuzzer for detecting vulnerabilities in smart contracts through property-based testing. * **[tutorial to use echidna to automatically test smart contracts](https://secure-contracts.com/program-analysis/echidna/index.html)** +* **[medusa, mutational solidity smart contract fuzzing, powered by go-ethereum, inspired by echidna](https://github.com/crytic/medusa)**