From 7fff2e02e89bdecac3afaed85c0ef565369ff9ed Mon Sep 17 00:00:00 2001 From: Nolan Gibb Date: Sat, 14 Oct 2023 17:56:17 -0700 Subject: [PATCH] Update link to Radamsa fuzzer (#832) --- pages/Fuzzing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Fuzzing.md b/pages/Fuzzing.md index b515e3ec7e..ba01abca5d 100644 --- a/pages/Fuzzing.md +++ b/pages/Fuzzing.md @@ -149,7 +149,7 @@ Some fuzzing initiatives: #### Mutational Fuzzers - [american fuzzy lop](https://en.wikipedia.org/wiki/American_fuzzy_lop_%28fuzzer%29) -- [Radamsa - a flock of fuzzers](https://github.com/aoh/radamsa) +- [Radamsa - a flock of fuzzers](https://gitlab.com/akihe/radamsa) - [APIFuzzer - fuzz test without coding](https://pypi.org/project/APIFuzzer/) - [Jazzer - fuzzing for the JVM](https://github.com/CodeIntelligenceTesting/jazzer) - [ForAllSecure Mayhem for API](https://forallsecure.com/mayhem-for-api)