Bypass filters

A list of tricks to bypass a lot of filters.

URL Bypass

bypass-url-parser

bypass-url-parser is a Tool that tests MANY url bypasses to reach a 40X protected page.

Setup

# Deps
sudo apt install -y bat curl virtualenv python3
# Tool
virtualenv -p python3 .py3
source .py3/bin/activate
pip install -r requirements.txt
./bypass_url_parser.py -u http://thinkloveshare.com/juicy_403_endpoint/

Github: https://github.com/laluka/bypass-url-parser

Last updated