Skip to content

RiskRadar is a vulnerability scanning tool designed to detect SQL Injection and Cross-Site Scripting (XSS) vulnerabilities in web applications. It provides detailed insights to help developers identify and address security issues effectively.

License

Notifications You must be signed in to change notification settings

Puskar-Roy/RiskRadar

Repository files navigation

RiskRadar

RiskRadar is a vulnerability scanning tool designed to detect SQL Injection and Cross-Site Scripting (XSS) vulnerabilities in web applications. It provides detailed insights to help developers identify and address security issues effectively.

Features

  • SQL Injection Detection: Identifies potential SQL Injection vulnerabilities with various payloads.
  • XSS Detection: Scans for Cross-Site Scripting vulnerabilities using different attack vectors.
  • Detailed Reporting: Offers clear error messages and debugging information.
  • Customizable: Supports adding custom endpoints and payloads for tailored scanning.
  • Port Scanning: Find Open Ports.

Installation

To install RiskRadar, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/riskradar.git
  2. Navigate to the project directory:

    cd riskradar
  3. Install the dependencies:

    Using pnpm:

    pnpm install

    Or using npm:

    npm install

✒ Puskar Roy

About

RiskRadar is a vulnerability scanning tool designed to detect SQL Injection and Cross-Site Scripting (XSS) vulnerabilities in web applications. It provides detailed insights to help developers identify and address security issues effectively.

Topics

Resources

License

Stars

Watchers

Forks