0xSojalSec / reflxss

A basic tool to check for XSS vulnerabilities. It takes a list of URLs and checks if the parameter values appear in the response.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reflxss

A basic tool to check for XSS vulnerabilities. It takes a list of URLs and checks if the parameter values appear in the response.

Install

go install github.com/xhzeem/reflxss@latest

Usage

Effortlessly scan for reflected XSS vulnerabilities in a list of URLs.

Flags

  -i *str   Input File Location
  -o *str   Output File Location
  -ua *str  User-Agent Header
  -t *int   Number of Threads
Screenshot 2024-02-15 at 11 08 49 AM

About

A basic tool to check for XSS vulnerabilities. It takes a list of URLs and checks if the parameter values appear in the response.


Languages

Language:Go 100.0%