Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 597 Bytes

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