Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.16 KB

File metadata and controls

50 lines (35 loc) · 2.16 KB

🛡️ VulnReport Pro ✨

High-Performance, Browser-Native VAPT Reporting Engine

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.


🚀 Why VulnReport Pro?

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.

✨ Key Features

  • 🔒 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 .doc file 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.

🛠️ Technology Stack

  • Frontend: Tailwind CSS
  • Logic: Vanilla JavaScript (ES6+)
  • Typography: Inter & JetBrains Mono (via Google Fonts)

📖 How to Use

  1. Clone or Download: ```bash git clone https://github.com/varuntech123/VulnReport-Pro.git
  2. Open: Simply open index.html in any modern web browser.
  3. Input: Navigate to the "Add Vulnerability" tab and fill in your findings.
  4. Review: Use the "View Report" tab to manage your findings or view detailed modals.
  5. Export: Click on "Print / Save PDF" or "Download Word" to generate your final deliverable.

📂 Project Structure

.
├── index.html          # The core application (UI + Logic)
├── README.md           # Documentation
└── LICENSE             # MIT License