Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/mbrg/dontgo403
IDS/IPS规避Web应用程序漏洞利用信息收集WAF绕过Web安全渗透测试
GitHubmbrg/dontgo403

dontgo403

绕过40X响应代码的工具

查看仓库
46553年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

contributions welcome

dontgo403 是一个用于绕过 40X 错误的工具。

安装

从 RELEASES 获取适用于您操作系统的最新版本(目前已过时)

或者自行编译(推荐):

root@kitploit:~
git clone https://github.com/devploit/dontgo403; cd dontgo403; go get; go build

自定义

如果您想要编辑或添加新的绕过方式,可以直接将其添加到 payloads 文件夹中的特定文件,该工具将使用这些 payload。

选项

root@kitploit:~
./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'
  -m, --max_goroutines int  Set the max number of goroutines working at same time. Default: 50
  -d, --delay int           Set a delay (in ms) between each request. Default: 0ms
  -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')
  -f, --folder string       Set payloads folder path in case the binary is not in the same path
下载工具

使用示例

asciicast

联系方式

Twitter: devploit