New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

security-scanner

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

security-scanner

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

latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

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 your API_KEY.
  • Run the scanner:
    npm run start
    
    changes

FAQs

Package last updated on 15 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts