From 0c01a15e5e0983a14207536196d85fa01ed82a25 Mon Sep 17 00:00:00 2001 From: moamen Date: Thu, 9 Apr 2026 00:01:25 +0200 Subject: [PATCH] Add VulnHawk to Other Useful Repositories VulnHawk is an open-source (MIT), AI-powered static code security scanner that detects business logic vulnerabilities traditional SAST tools miss - missing auth checks, IDOR, logic flaws. Supports Python, JavaScript, TypeScript, and Go with CLI, GitHub Action, and SARIF output. Source: https://github.com/momenbasel/vulnhawk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30aef2e..91da09e 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Repository | Description [ThreatHunter-Playbook](https://github.com/Cyb3rWard0g/ThreatHunter-Playbook) | A Threat hunter's playbook to aid the development of techniques and hypothesis for hunting campaigns [Web Security](https://github.com/qazbnm456/awesome-web-security) | Curated list of Web Security materials and resources [Vulhub](https://github.com/vulhub/vulhub) | Pre-Built Vulnerable Environments Based on Docker-Compose +[VulnHawk](https://github.com/momenbasel/vulnhawk) | AI-powered static code security scanner that detects business logic flaws, missing auth checks, and IDOR vulnerabilities that traditional SAST tools miss. Supports Python, JavaScript, TypeScript, and Go with CLI, GitHub Action, and SARIF output. ## Need More ?