Bypass Url Parser: tests many url bypasses to reach a 40X protected page
Bypass Url Parser
A tool that tests MANY urls bypasses to reach a 40X protected page.
If you wonder why this code is nothing but a dirty curl wrapper, here’s why:
- Most of the python requests do url/path/parameter encoding/decoding, and I hate this.
- If I submit raw chars, I want raw chars to be sent.
- If I send a weird path, I want it weird, not normalized.
This is surprisingly hard to achieve in python without losing all of the lib goodies like parsing, ssl/tls encapsulation, and so on.
So, be like me, use curl as a backend, and it’s gonna be just fine.
Install
pipx install bypass-url-parser
# or for the latest dev version
pipx install git+https://github.com/laluka/bypass-url-parser
Use
Copyright (C) 2022 Laluka
Source: https://github.com/laluka/