Live data from Hacker News

Cracking Siri

applidium.com

1–10 of 105 posts

Re: Cracking Siri

#2
Really interesting. I'm curious what their tools look like but the github repository the article links to is currently empty.

Re: Cracking Siri

#3
Is there a possibility to craft a Siri server reply with malicious code? Shouldn't be too hard for the applidium guys to attempt (maybe even use a fuzzer?)

Re: Cracking Siri

#4
I'm kinda wondering why Apple bothered using HTTP for something that really doesn't use anything recognizable as proper HTTP. Was it just for HTTPS?

Re: Cracking Siri

#6

I'm kinda wondering why Apple bothered using HTTP for something that really doesn't use anything recognizable as proper HTTP. Was it just for HTTPS?

Probably so it'll work through strict proxies.

Re: Cracking Siri

#9
post #3

Is there a possibility to craft a Siri server reply with malicious code? Shouldn't be too hard for the applidium guys to attempt (maybe even use a fuzzer?)

Maybe, but then you need to manually add your own root CA to the iPhone, or the cert verification will fail, so it's not a security issue.

Re: Cracking Siri

#10
post #6

I'm kinda wondering why Apple bothered using HTTP for something that really doesn't use anything recognizable as proper HTTP. Was it just for HTTPS?

Probably so it'll work through strict proxies.

Since it's HTTPS, those proxies can't see the traffic anyway, so as long as they used SSL on port 443, they could use any protocol on top.
Post reply on HN