Compare commits

...

6 Commits

Author SHA1 Message Date
sbilly 2704c1c43a
Merge pull request #262 from bkun31/master
Added oppen-appsec to Web Application Firewall section, thx @bkun31
2024-05-03 00:25:01 +08:00
sbilly 9e3f74b676
Merge pull request #261 from kazet/artemis
Added Artemis to Scanning/Pentesting section, thx @kazet
2024-05-03 00:24:05 +08:00
sbilly 2b9a9552e0
Merge pull request #264 from stjepanjurekovic/patch-1
Added Grokking Web Application Security, thx @stjepanjurekovic
2024-05-03 00:21:44 +08:00
Stjepan Jureković 6129fcd7a7
Added Grokking Web Application Security
Hi,

Stjepan here from Manning. I thought this title might be a good match for your list. Thank you for considering it.

Best,
2024-02-08 15:43:53 +01:00
Bilel Besseghieur 5b198b4f58 Add oppen-appsec in WAFs 2024-01-17 10:44:40 +01:00
Krzysztof Zając 9133b9812f Added Artemis to Scanning/Pentesting section 2024-01-12 18:17:15 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -307,6 +307,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
- [sql_firewall](https://github.com/uptimejp/sql_firewall) SQL Firewall Extension for PostgreSQL
- [ironbee](https://github.com/ironbee/ironbee) - IronBee is an open source project to build a universal web application security sensor. IronBee as a framework for developing a system for securing web applications - a framework for building a web application firewall (WAF).
- [Curiefense](https://github.com/curiefense/curiefense) - Curiefense adds a broad set of automated web security tools, including a WAF to Envoy Proxy.
- [open-appsec](https://github.com/openappsec/openappsec) - open-appsec is an open source machine-learning security engine that preemptively and automatically prevents threats against Web Application & APIs.
### Scanning / Pentesting
@ -328,6 +329,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog
- [Scanmycode CE (Community Edition)](https://github.com/marcinguy/scanmycode-ce) - Code Scanning/SAST/Static Analysis/Linting using many tools/Scanners with One Report. Currently supports: PHP, Java, Scala, Python, Ruby, Javascript, GO, Secret Scanning, Dependency Confusion, Trojan Source, Open Source and Proprietary Checks (total ca. 1000 checks)
- [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
@ -456,6 +458,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog
- [Azure Security](https://www.manning.com/books/azure-security-2) - A practical guide to the native security services of Microsoft Azure.
- [Node.js Secure Coding: Defending Against Command Injection Vulnerabilities](https://www.nodejs-security.com) - Learn secure coding conventions in Node.js by executing command injection attacks on real-world npm packages and analyzing vulnerable code.
- [Node.js Secure Coding: Prevention and Exploitation of Path Traversal Vulnerabilities](https://www.nodejs-security.com/book/path-traversal) - Master secure coding in Node.js with real-world vulnerable dependencies and experience firsthand secure coding techniques against Path Traversal vulnerabilities.
- [Grokking Web Application Security](https://www.manning.com/books/grokking-web-application-security) - A book about building web apps that are ready for and resilient to any attack.
## Other Awesome Lists