Hacker News new | ask | show | jobs
by aggregator-ios 3118 days ago
For those of you looking for a fully native experience or don’t want to deal with a command line, checkout Peek: https://peek.tools

Just a few highlights:

- Fully native iOS app

- You can intercept traffic from any device and your data stays in Peek

- Intercept traffic from other iOS apps on the same device, so you don’t need a Mac or a 2nd iOS device

- Modify requests and responses as they come in

Disclaimer: I am the creator. Would love to hear your feedback here or support@peek.tools

1 comments

How does it work? AFAIK you can't run a local webserver on iOS without a jailbreak.

What's the benefit compared a traditional network setup with a MITM proxy?

You can run a web server on iOS, and you don’t need special entitlements to do so. Depending on how you implement it, you may have problems keeping it alive while the app is in the background, however.