Skip to content

byt3hx/403-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

403-bypass tool to bypass 403 responses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages