Merge 11fa3788b491aca81a6cdfe8bd8777e2a44abebc into 2704c1c43a0931b6103ddaabed52863210445240

This commit is contained in:
Hans Ott 2024-07-09 14:58:31 +02:00 committed by GitHub
commit 9b14777a25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -330,11 +330,13 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog
- [recon](https://github.com/rusty-ferris-club/recon) - a fast Rust based CLI that uses SQL to query over files, code, or malware with content classification and processing for security experts
- [CakeFuzzer](https://github.com/Zigrin-Security/CakeFuzzer) - The ultimate web application security testing tool for CakePHP-based web applications. CakeFuzzer employs a predefined set of attacks that are randomly modified before execution. Leveraging its deep understanding of the Cake PHP framework, Cake Fuzzer launches attacks on all potential application entry points.
- [Artemis](https://github.com/CERT-Polska/Artemis/) - A modular vulnerability scanner with automatic report generation capabilities.
-
### Runtime Application Self-Protection
- [Sqreen](https://www.sqreen.io/) - Sqreen is a Runtime Application Self-Protection (RASP) solution for software teams. An in-app agent instruments and monitors the app. Suspicious user activities are reported and attacks are blocked at runtime without code modification or traffic redirection.
- [OpenRASP](https://github.com/baidu/openrasp) - An open source RASP solution actively maintained by Baidu Inc. With context-aware detection algorithm the project achieved nearly no false positives. And less than 3% performance reduction is observed under heavy server load.
- [Aikido Firewall](https://www.aikido.dev/runtime/firewall) - Aikido Firewall is an embedded Web Application Firewall that autonomously protects apps against common and critical attacks.
### Development