From 8f2787161a216ffa385b786dc12a5ec8340d816c Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Thu, 18 Aug 2022 20:14:59 +0200 Subject: [PATCH] security tools categories rework + tons of tools added --- ...security_tools.yml => defensive_tools.yml} | 5 ++- catalog/Security/offensive_tools.yml | 44 +++++++++++++++++++ 2 files changed, 47 insertions(+), 2 deletions(-) rename catalog/Security/{security_tools.yml => defensive_tools.yml} (60%) create mode 100644 catalog/Security/offensive_tools.yml diff --git a/catalog/Security/security_tools.yml b/catalog/Security/defensive_tools.yml similarity index 60% rename from catalog/Security/security_tools.yml rename to catalog/Security/defensive_tools.yml index cfa2fac4..9e6d74a4 100644 --- a/catalog/Security/security_tools.yml +++ b/catalog/Security/defensive_tools.yml @@ -1,10 +1,11 @@ -name: Security Tools -description: +name: Defensive Tools +description: CLI tools and libraries that helps securing applications (protection, linter, fuzzer for unit tests, filtering, sandbox, static analysis, etc.) projects: - active_model_otp - alpaca - brakeman - codesake-dawn + - dawnscanner - gemfilelint - loofah - look/xss_terminate diff --git a/catalog/Security/offensive_tools.yml b/catalog/Security/offensive_tools.yml new file mode 100644 index 00000000..d28af3ac --- /dev/null +++ b/catalog/Security/offensive_tools.yml @@ -0,0 +1,44 @@ +name: Offensive Tools +description: CLI tools and libraries helping pentesters and ethical hackers conducting security audits +projects: + - 0xsauby/yasuo + - API_Fuzzer + - apullo + - Arachni/arachniAPI_Fuzzer + - beefproject/beef + - bettercap/bettercap + - BuffaloWill/oxml_xxe + - crabstone + - ctf-party + - digininja/CeWL + - digininja/pipal + - enjoiz/XXEinjector + - erwanlr/Fingerprinter + - evait-security/envizon + - evil-winrm + - haiti-hash + - Hood3dRob1n/OhNo + - idb + - intrigueio/intrigue-core + - itdis + - jjyg/metasm + - KINGSABRI/BufferOverflow-Kit + - m0nad/HellRaiser + - nvd_feed_api + - packetfu + - packetgen + - pass-station + - rabid + - rapid7/metasploit-framework + - ronin + - ronin-exploits + - Shopify/ssllabs.rb + - ssrf_proxy + - tls-map + - urbanadventurer/WhatWeb + - vbsmin + - vrt + - vrt-cli + - watobo + - wpxf + - wpscan \ No newline at end of file