/sigbypass4xx

sigbypass4xx is a utility to automate well-know techniques used to bypass access control restrictions.

Primary LanguageGoMIT LicenseMIT

sigbypass4xx

release maintenance open issues closed issues license twitter

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

Resources

Usage

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


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

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

From Github

git clone https://github.com/signedsecurity/sigbypass4xx.git; cd sigbypass4xx/cmd/sigbypass4xx/; go build; mv sigbypass4xx /usr/local/bin/; sigbypass4xx -h

Contribution

Issues and Pull Requests are welcome!