Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KathanP19 authored Oct 28, 2020
1 parent a74bc74 commit f07c23f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ A Light Weight Tool for checking reflecting Parameters in a URL. Inspired by [kx

`cat urls.txt | Gxss -c 100 -o Result.txt`

* For verbose mode

`cat urls.txt | Gxss -c 100 -o Result.txt -v `


# How It Works
1. It takes Urls from STDIN
Expand All @@ -55,7 +59,10 @@ Then it will check if q param reflects
https://example.com/?p=first&q=Gxss
```
3. If reflection for any param is found it tells which param reflected in response.
# Use Case

[![asciicast](https://asciinema.org/a/84mXOOcDrxzZ3eyW16Ap3eHwX.svg)](https://asciinema.org/a/84mXOOcDrxzZ3eyW16Ap3eHwX)

# Use Case or How to add to your workflow

`echo "testphp.vulnweb.com" | waybackurls | httpx -silent | Gxss -c 100 -p Xss | sort -u | dalfox pipe`

Expand Down

0 comments on commit f07c23f

Please sign in to comment.