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

Commit

Permalink
Third Release
Browse files Browse the repository at this point in the history
  • Loading branch information
KathanP19 committed Mar 24, 2021
1 parent be48fa4 commit 8e08ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ func banner() {
| | |- -|__ |__ |
|_____|__|__|_____|_____|
2.0 - @KathanP19
3.0 - @KathanP19
`)
}

func main() {
flag.IntVar(&concurrency, "c", 50, "Set the Concurrency")
flag.BoolVar(&verbose, "v", false, "Verbose mode")
flag.StringVar(&payload, "p", "Gxss", "Payload you want to Send to Check Refelection")
flag.StringVar(&outputFile, "o", "", "Save Result to OuputFile")
flag.StringVar(&payload, "p", "Gxss", "Payload you want to Send to Check Reflection")
flag.StringVar(&outputFile, "o", "", "Save Result to OutputFile")
flag.StringVar(&useragent, "u", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Ge cko) Chrome/86.0.4240.111 Safari/537.36", "Set Custom User agent.Default is Mozilla")
flag.Var(&custhead, "h", "")

Expand Down

0 comments on commit 8e08ff8

Please sign in to comment.