Projects STRLCPY 403-bypass Files
🤬
Enable build support by adding .buildspec.yml
image Loading last commit info...
403-bypass.py
LICENSE
README.md
requirements.txt
README.md

403-bypass

GitHub issues GitHub forks GitHub stars GitHub license

Introduction

This is the tool that I wrote when I was working for pentest.

Usage

To display help message use the -h flag:

$ python3 403-bypass.py -h

___ ___ ___    _____
| | |   |_  |  | __  |_ _ ___ ___ ___ ___ ___ ___
|_  | | |_  |  | __ -| | | . | .'|_ -|_ -| -_|  _|
  |_|___|___|  |_____|_  |  _|__,|___|___|___|_|
                     |___|_|

                         @channyeinwai(1.0)

usage: 403-bypass.py [-h] -u URL -p PATH

403 Bypasser : python 403-bypass.py -u https://www.example.com -p admin

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     Provide url
  -p PATH, --path PATH  Provide the path

How To Run

$ python3 403-bypass.py -u https://www.google.com -p admin

Installation

Features

  • Bypass using HTTP Verbs(GET , HEAD , POST , PUT , DELETE , PATCH)
  • Bypass using payloads
  • Bypass using headers
  • Allow Redirects
Please wait...
Page is in error, reload to recover