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
This commit is contained in:
Ruyynn 2026-03-25 03:35:28 +07:00 committed by GitHub
parent 9425ab5921
commit 1df06e15a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.