Advertisement
danielscaleb

Untitled

Nov 14th, 2011
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Generate a certificate authority
  2. Add it to your iPhone
  3. Sign a certificate for "guzzoni.apple.com" using that authority. This should produce the ".crt" and ".key" files your server will need.
  4. Setup a fake DNS server that resolves "guzzoni.apple.com" to your own machine, and configure your iPhone to use it.
  5. Start the "siriServer.rb" server. You will need some ruby gem installed. I have tested it only on Mac OS X 10.7.2 with Ruby 1.9.2.
  6. Make Siri dictation request, for example from the Notes.app application. On the server, this will dump all the "interesting" bits (X-Ace-Host identifier, sessionData and such).
  7. Use them to replace instances of "COMMENTED_OUT" in the code
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement