
Ferramenta para contornar códigos de resposta 40X.
dontgo403 é uma ferramenta para contornar erros 40X.
Baixe a versão mais recente para seu sistema operacional em RELEASES (Desatualizada no momento)
Ou compile por conta própria (RECOMENDADO):
git clone https://github.com/devploit/dontgo403; cd dontgo403; go get; go build
Se quiser editar ou adicionar novos bypasses, você pode adicioná-los diretamente ao arquivo específico na pasta payloads e a ferramenta os utilizará.
./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