Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Bypass Url Parser


itsMe

Recommended Posts

This is the hidden content, please

Tool that tests MANY url 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, it's gonna be just fine.

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.