From 1df06e15a03bbaa7f6786643f6d8e9f6cb7942e5 Mon Sep 17 00:00:00 2001 From: Ruyynn Date: Wed, 25 Mar 2026 03:35:28 +0700 Subject: [PATCH] Add VulnDraft bug bounty report generator This PR adds **VulnDraft**, an open-source Python tool for generating structured vulnerability reports. VulnDraft helps security researchers and bug bounty hunters create professional reports for platforms like HackerOne, Bugcrowd, and Intigriti. Key features: - Structured vulnerability report generation - CVSS scoring support - Markdown report export - CLI and web interface Repository: https://github.com/ruyynn/VulnDraft --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf247bb..373f384 100644 --- a/README.md +++ b/README.md @@ -1049,6 +1049,7 @@ _Libraries for storing and parsing configuration options._ _Frameworks and tools for penetration testing._ - [mitmproxy](https://github.com/mitmproxy/mitmproxy) - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. +- [VulnDraft](https://github.com/ruyynn/VulnDraft) - Automated bug bounty report generator that helps security researchers create structured vulnerability reports for platforms like HackerOne, Bugcrowd, and Intigriti. - [setoolkit](https://github.com/trustedsec/social-engineer-toolkit) - A toolkit for social engineering. - [sherlock](https://github.com/sherlock-project/sherlock) - Hunt down social media accounts by username across social networks. - [sqlmap](https://github.com/sqlmapproject/sqlmap) - Automatic SQL injection and database takeover tool.