A simple bash script made to check for 403 bypasses with the help of curl commands and comparing status code for provided payloads
./byepass.sh "https://website.tld" "path"
- Use of multiple known Bypasses for 403 with the help of curl
git clone https://github.com/kab33r/byepass.git
cd byepass
chmod +x byepass.sh