- A simple script for bypassing 403
- It can also be used to compare responses on verious conditions as shown in the below snap
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
- Use 25 known Bypasses for 403 with the help of curl
- 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