bypass403

bypass403 is tool to bypass 403 Forbidden responses.
Resources
Usage
To display help message for bypass403 use the -h flag:
$ bypass403 -h
_ _ _ ___ _____
| |__ _ _ _ __ __ _ ___ ___| || | / _ \___ /
| '_ \| | | | '_ \ / _` / __/ __| || |_| | | ||_ \
| |_) | |_| | |_) | (_| \__ \__ \__ _| |_| |__) |
|_.__/ \__, | .__/ \__,_|___/___/ |_| \___/____/ v1.4.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
Installation
From Binary
You can download the pre-built binary for your platform from this repository's releases page, extract, then move it to your $PATHand you're ready to go.
From Source
bypass403 requires go1.14+ to install successfully. Run the following command to get the repo
$ GO111MODULE=on go get -u -v github.com/drsigned/bypass403/cmd/bypass403
From Github
$ git clone https://github.com/drsigned/bypass403.git; cd bypass403/cmd/bypass403/; go build; mv bypass403 /usr/local/bin/; bypass403 -h
Contribution
Issues and Pull Requests are welcome!