Skip to content

A simple script for bypassing 403

Notifications You must be signed in to change notification settings

fhAnso/bypass-403

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bypass-403

  • A simple script for bypassing 403
  • It can also be used to compare responses on verious conditions as shown in the below snap responsesNew.png

Usage

Usage: bypass-403.sh [options]

-h, --help    Display this help banner
-u, --url     Target URL
-p, --path    Target path
-c, --cookie  Session cookie

Example: ./bypass-403.sh -u http://targetsite.xyz -p secret

Features

  • Use 25 known Bypasses for 403 with the help of curl

Installation

  • Clone the repository
git clone https://github.com/fhAnso/bypass-403.git
  • Make this script executable
chmod +x bypass-403.sh

Optional: Install the external tools jq and figlet with the package manager of your operating system

  • APT:
sudo apt install figlet
sudo apt install jq
  • DNF:
sudo dnf install figlet
sudo dnf install jq
  • Pacman
sudo pacman -S figlet
sudo pacman -S jq

Contributors

remonsec, manpreet, MayankPandey01, saadibabar,

About

A simple script for bypassing 403

Resources

Stars

Watchers

Forks

Languages

  • Shell 100.0%