1.0.0 • Published 5 months ago
security-scanner v1.0.0
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
.env
file with yourAPI_KEY
. - Run the scanner:
changesnpm run start
1.0.0
5 months ago