OP 24 May, 2023 - 05:44 PM
(This post was last modified: 24 May, 2023 - 05:46 PM by Tamkeenads. Edited 1 time in total.)
Bypass-403
Usage
Features
A simple script just made for self use for bypassing 403 - GitHub - iamj0ker/bypass-403: A simple script just made for self use for bypassing 403
- A simple script just made for self use for bypassing 403
- It can also be used to compare responses on verious conditions as shown in the below snap
Usage
Code:
./bypass-403.sh https://example.com admin
Code:
./bypass-403.sh website-here path-here
- Use 24 known Bypasses for 403 with the help of curl
- Code:
git clone https://github.com/iamj0ker/bypass-403
- Code:
cd bypass-403
- Code:
chmod +x bypass-403.sh
- - If you are unable to see the logo as in the screenshotCode:
sudo apt install figlet
- - If you don’t have jq installed on your machineCode:
sudo apt install jq
A simple script just made for self use for bypassing 403 - GitHub - iamj0ker/bypass-403: A simple script just made for self use for bypassing 403