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

Commit

Permalink
User-Agent Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KathanP19 committed Mar 24, 2021
1 parent cb8d02d commit e93e82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ func main() {
flag.BoolVar(&verbose, "v", false, "Verbose mode")
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", "")
flag.StringVar(&useragent, "u", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36", "Set Custom User agent. Default is Mozilla")
flag.Var(&custhead, "h", "Set Custom Header.")

flag.Parse()

Expand Down

0 comments on commit e93e82e

Please sign in to comment.