Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
devploit committed Jun 29, 2022
1 parent 4b67adf commit 18fb319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Flags:
-h, --help help for dontgo403
-p, --proxy string Proxy URL. For example: http://127.0.0.1:8080
-u, --uri string Target URL
-a, --useragent string Set the User-Agent string (default 'dontgo403/0.3')
-a, --useragent string Set the User-Agent string (default 'dontgo403/0.4')
```


Expand Down
2 changes: 1 addition & 1 deletion cmd/requester.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func requester(uri string, proxy string, userAgent string, req_headers []string,
uri += "/"
}
if len(userAgent) == 0 {
userAgent = "dontgo403/0.3"
userAgent = "dontgo403/0.4"
}

headers := []header{
Expand Down

0 comments on commit 18fb319

Please sign in to comment.