How did you bypass cert pinning in the video for the Airbnb app?
I guess Airbnb doesn't use cert pinning.
31–40 of 87 posts
How did you bypass cert pinning in the video for the Airbnb app?
I guess Airbnb doesn't use cert pinning.
Earlier quoted context omitted.
of course the generated doc should be refined (e.g. filling missing types, error codes) but your lib would save us a lot of work and make the world a better place.
"...and we expect it to be free and open source as our budget for this is zero."
How did you bypass cert pinning in the video for the Airbnb app?
[1]: https://github.com/koxudaxi/fastapi-code-generator
[2]: https://github.com/ioxiocom/openapi-to-fastapi
[3]: https://infosecwriteups.com/hail-frida-the-universal-ssl-pin...
Even just documenting an SSO flow as a diagram would be quite neat.
This is a challenging task and we don't support OpenAPI v3 specs yet (we are working on it).
Feel free to have a look, and get ideas from it :)
We'll also be presenting it at next Kubecon 2022.
We're having hundreds of undocumented endpoints created over the years, and running this tool on our backends will create instantly good documentation
Thanks for that! Will give feedbacks if any issues
Is it possible to do this on wireshark/tcpdump pcap dumps? Like for finding out hostnames, endpoints and request packets of HTTPS requests that an android app is making?
Mitmproxy solves that by being between the client and server and injecting it's own self-signed certificate (which you need to add to the trusted certificates on the phone, which requires root).