Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/puskar-roy/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.
https://github.com/puskar-roy/riskradar

portscanning sqlinjection vulnerability-detection web-vulnerability-scanner xss-vulnerability

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/your-username/riskradar.git
```

2. Navigate to the project directory:

```bash
cd riskradar
```

3. Install the dependencies:

Using `pnpm`:

```bash
pnpm install
```

Or using `npm`:

```bash
npm install
```
✒ Puskar Roy