VulnReport Pro is a modern, lightweight web application designed for Security Researchers and Penetration Testers. It enables the creation of professional security audit reports with a focus on speed, aesthetics, and data privacy.
Reporting is often the most time-consuming part of a VAPT engagement. VulnReport Pro simplifies this by providing a structured, interactive interface to log findings and export them instantly.
- 🔒 Privacy-First: No data ever leaves your browser. All findings are stored in
localStorage. - 📊 Executive Dashboard: Real-time vulnerability counting (Critical, High, Medium, Low, Info).
- 🌓 Professional UI: Sleek dark mode interface built with Tailwind CSS and JetBrains Mono.
- 📑 Print-Ready PDF: Custom print styles ensure your report looks professional when saved as a PDF.
- 📝 Word Export: Generate and download an editable
.docfile for final client delivery. - ⚡ Example Loader: One-click example loading to understand the data structure immediately.
- 📱 Responsive Design: Works perfectly on desktops, tablets, and mobile devices.
- Frontend: Tailwind CSS
- Logic: Vanilla JavaScript (ES6+)
- Typography: Inter & JetBrains Mono (via Google Fonts)
- Clone or Download: ```bash
git clone https://github.com/varuntech123/VulnReport-Pro.git
- Open: Simply open
index.htmlin any modern web browser. - Input: Navigate to the "Add Vulnerability" tab and fill in your findings.
- Review: Use the "View Report" tab to manage your findings or view detailed modals.
- Export: Click on "Print / Save PDF" or "Download Word" to generate your final deliverable.
.
├── index.html # The core application (UI + Logic)
├── README.md # Documentation
└── LICENSE # MIT License