Coder Social home page Coder Social logo

Mitmproxy vs Opera about oprah-proxy HOT 2 CLOSED

spaze avatar spaze commented on May 30, 2024
Mitmproxy vs Opera

from oprah-proxy.

Comments (2)

spaze avatar spaze commented on May 30, 2024

Most probably.

from oprah-proxy.

nampud avatar nampud commented on May 30, 2024

There's not much to analyze, the protocol is practically the same, except the change from password headers to digest authorization, and the change of urls from /v2/ to /v4/. And you cannot get the digest auth password by dumping the network traffic, because the hash that gets sent is different every time (this is why digest auth is more secure). I couldn't find the key in the binary, but found some obfuscated strings. I was too lazy to analyze the deobfuscation with disassemblers, so I ended up dumping the API key from the RAM, and it actually works, the obtaining of proxies and proxy username/passwords works fine after editing the oprahProxy script.
Yes, it's certificate pinning, and I couldn't disable it yet. The net-internals page is showing ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN. BTW you can analyze the protocol using chrome://net-internals (into address bar) with the event tab.

from oprah-proxy.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.