Replies: 3 comments
-
|
Hi @artemrts , that's interesting and thanks for raising this up. We may need some investigation here, example:
This will help us possibly narrow down the scenario and pin-point to differences which trigger a site challenge. Possible for you to share the differences. You can use Wireshark or online fingerprint databases. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, @abhinavsingh python3 -m proxy --hostname 10.10.10.1 --port 13301 --plugins proxy.plugin.ManInTheMiddlePlugin --ca-key-file /home/nginx/.mitmproxy/mitmproxy-ca-key.pem --ca-cert-file /home/nginx/.mitmproxy/mitmproxy-ca-cert.pem --insecure-tls-interception I just used certificate and key from auto generated mitmproxy's certificate and key. This certificate already installed into Firefox. Secure Connection Failed What I m doing wrong? |
Beta Was this translation helpful? Give feedback.
-
|
@abhinavsingh |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use proxy.py for firefox web browser.
But if site is protected by cloudflare, then human verification occurs. W/o proxy.py this verification does not occur.
I thing this is due to tls fingerprint.
Is it possible to use something like https://github.com/niespodd/browser-fingerprinting
or any other tools for bypass this protection?
Thx.
Beta Was this translation helpful? Give feedback.
All reactions