1.0.0 • Published 5 months ago

security-scanner v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Security Scanner

This project automates web security scanning using Feroxbuster, analyzes vulnerabilities with Groq AI, and generates a detailed HTML report of the findings.

Features

  • Scans websites for vulnerabilities.
  • Provides AI-driven security analysis.
  • Generates JSON and HTML reports.

Scripts

  • Start: Run the scanner in production mode.
    npm run start
  • Build: Compile TypeScript code into JavaScript.
    npm run build

How to Run

  1. Install dependencies:
    npm install
  2. Set up the .env file with your API_KEY.
  3. Run the scanner:
    npm run start
    changes