Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/puskar-roy/riskradar
- Owner: Puskar-Roy
- License: mit
- Created: 2024-07-19T20:49:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T16:33:07.000Z (5 months ago)
- Last Synced: 2024-08-02T18:26:34.436Z (5 months ago)
- Topics: portscanning, sqlinjection, vulnerability-detection, web-vulnerability-scanner, xss-vulnerability
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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