sigbypass4xx is a utility to automate well-know techniques used to bypass access control restrictions.
This project has been merged into sigurlscann3r, therefore, this repository won't be maintained
To display help message for sigbypass4xx use the -h
flag:
sigbypass4xx -h
_ _ _ _
___(_) __ _| |__ _ _ _ __ __ _ ___ ___| || |__ ____ __
/ __| |/ _` | '_ \| | | | '_ \ / _` / __/ __| || |\ \/ /\ \/ /
\__ \ | (_| | |_) | |_| | |_) | (_| \__ \__ \__ _> < > <
|___/_|\__, |_.__/ \__, | .__/ \__,_|___/___/ |_|/_/\_\/_/\_\ v1.0.0
|___/ |___/|_|
USAGE:
bypass403 [OPTIONS]
OPTIONS:
-c concurrency level (default: 20)
-delay delay between requests (default: 100ms)
-iL urls with 403 to bypass (use `iL -` to read from stdin)
-nC no color mode
You can download the pre-built binary for your platform from this repository's releases page, extract, then move it to your $PATH
and you're ready to go.
sigbypass4xx requires go1.14+ to install successfully. Run the following command to get the repo
GO111MODULE=on go get -u -v github.com/signedsecurity/sigbypass4xx/cmd/sigbypass4xx
git clone https://github.com/signedsecurity/sigbypass4xx.git; cd sigbypass4xx/cmd/sigbypass4xx/; go build; mv sigbypass4xx /usr/local/bin/; sigbypass4xx -h
Issues and Pull Requests are welcome!