oyeanmol / bypasser

A automation script to bypass 403

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bypasser

A automation script to bypass 403. It can also be used to compare responses on various conditions.

Usage

If you are using in local user then change the permissions of the file so that you can run it properly using the following commad: sudo chmod +x bypass.sh

Now after changing the permission you can use the script with following command:
./bypass.sh <target url>

Features

Uses 24 known bypasses for 403 with the help of curl

Installation

git clone https://github.com/oyeanmol/bypasser
cd bypasser
sudo chmod +x bypass.sh
sudo apt install figlet - If you are unable to see the logo as in the screenshot
sudo apt install jq - If you don't have jq installed on your machine

About

A automation script to bypass 403


Languages

Language:Shell 100.0%