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 Mar 24, 2021
1 parent e2e6a77 commit 100b242
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@ Usage of Gxss:

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

* For verbose mode
* For verbose mode `-v`

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

* Send Custom Header `-h`

`cat urls.txt | Gxss -c 100 -p Xss -h "Cookie: Value"`

* Send Custom User-Agent `-u`

`cat urls.txt | Gxss -c 100 -p Xss -h "Cookie: Value" -u "Google Bot"`


# How It Works
Expand Down

0 comments on commit 100b242

Please sign in to comment.