From 99e0e19196c70144639d6644d47aba0adebae83e Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 10 Dec 2020 16:11:01 +0700 Subject: [PATCH] Add google/atheris to AppSec section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd9c5a7..cc9eef6 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,10 @@ This repository is created as an online bookmark for useful links, resources and facebook/pyre-check/ Performant type-checking for python. + + google/atheris + Atheris is a coverage-guided Python fuzzing engine. It supports fuzzing of Python code, but also native extensions written for CPython. Atheris is based off of libFuzzer. When fuzzing native code, Atheris can be used in combination with Address Sanitizer or Undefined Behavior Sanitizer to catch extra bugs. + HunterSuite HunterSuite is the next generation offensive security suite. It will automate all the tedious tasks during a test just with few clicks. If you are a penetration tester, red teamer, bug bounty hunter, or you work as an offensive security engineer, you will love what HunterSuite has to offer.