dontgo403 是一个绕过 40X 错误的工具。
项目地址
https://github.com/devploit/dontgo403
安装
git clone https://github.com/devploit/dontgo403; cd dontgo403; go get; go build
定制
如果要编辑或添加新的绕过,可以直接将其添加到有效负载文件夹中的特定文件中,该工具将使用它。
选项
./dontgo403 -h
Command line application that automates different ways to bypass 40X codes.
Usage:
dontgo403 [flags]
Flags:
-b, --bypassIp string Try bypass tests with a specific IP address (or hostname). i.e.: 'X-Forwarded-For: 192.168.0.1' instead of 'X-Forwarded-For: 127.0.0.1'
-H, --header strings Add a custom header to the requests (can be specified multiple times)
-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')
没有回复内容