Skip to content
HcDevel edited this page Apr 23, 2014 · 3 revisions

Siri API works like GoogolPlex, and it might seem strange, but I had the same idea when I started to use Siri a few days ago. So GoogolPlex was just a bit faster than me ;(. But I had the proxy configuration ready before I found it, so I decided to finsish my project. But I wanted to tell you how it works right?

I'm using Squid Proxy for HTTPS interception. Instead of trying to hack Siri, I just track the requested Google search URL's and wait until theay start with a defined keyword (by default Siri). If they start with the keyword, they are redirected to Siri API were they can be computed with your own rules.

With the pac proxy rule, which you add to your proxy settings, only traffic starting with your keyword will be read by Squid Proxy. So you keep the maximum performance.

This way, Apple should be unable to block the solution and you do not need a Jailbreak. It should work on any iOS device with Siri. Watch a demo Video on YouTube.

Navigation

General Information

Version 1.1.x

  • Will be released soon

Version 1.0.x

Clone this wiki locally