From b1488ec75ed4bd062b58b84db517960c41cb4744 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 26 May 2021 15:33:45 +0700 Subject: [PATCH] Add: fkie-cad/cwe_checker to AppSec section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e9d50a5..3108ec3 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,10 @@ This repository is created as an online bookmark for useful links, resources and Findomain/Findomain The fastest and cross-platform subdomain enumerator, do not waste your time. + + fkie-cad/cwe_checker + cwe_checker finds vulnerable patterns in binary executables + 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.