Hi, I would also like to add another tool I'm contributing to at work (cisco) called APIClarity [1]. It aims at reconstructing swagger specifications of REST microservices running in K8S, but can also be run locally. 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. [1]: http…
Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
71–80 of 87 posts
Re: Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
#72Re: Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
#73Re: Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
#74Earlier quoted context omitted.
The problem with pcap is that whe requests there would be encrypted and basically there is no way to practically decrypt them. 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).
See SSLKEYLOGFILE
Re: Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
#75Re: Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
#76Re: Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
#77Re: Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
#78Earlier quoted context omitted.
"...and we expect it to be free and open source as our budget for this is zero."
The relationship between actual utility/value and price is only vaguely correlated. Many of the most useful things on earth can't be marketed, not because they're not worth the money but because people are extremely greedy for some kinds of domains and simultaneously are bad at realizing the impact on their lives. E.g I have never spent a single dollar to access music despite being one of the few things in life that…