bypass403

module
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2021 License: MIT

README

bypass403

release maintenance open issues closed issues license twitter

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!

Directories

Path Synopsis
cmd
bypass403 command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL