security-scanner
v1.0.0
Published
This project automates web security scanning using **Feroxbuster**, analyzes vulnerabilities with **Groq AI**, and generates a detailed HTML report of the findings.
Readme
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
- Install dependencies:
npm install - Set up the
.envfile with yourAPI_KEY. - Run the scanner:
changesnpm run start
