Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dontgo403 — Tool to bypass 40X response codes. | Kitploit
Tools/GitHubGitHub/mbrg/dontgo403
IDS/IPS EvasionWeb Application ExploitationInformation GatheringWAF BypassWeb SecurityPenetration Testing
GitHubmbrg/dontgo403

dontgo403

Tool to bypass 40X response codes.

View Repository
4653 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

contributions welcome

dontgo403 is a tool to bypass 40X errors.

Installation

Grab the latest release for your OS from RELEASES (Outdated atm)

Or compile by your own (RECOMMENDED):

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

Customization

If you want to edit or add new bypasses, you can add it directly to the specific file in payloads folder and the tool will use it.

Options

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

Example of usage

asciicast

Contact

Twitter: devploit

Download Tool