Cracking Siri
applidium.com
Cracking Siri
1–10 of 105 posts
Re: Cracking Siri
#2Really interesting. I'm curious what their tools look like but the github repository the article links to is currently empty.
Re: Cracking Siri
#3Is 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
#4I'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
#5 guess who doesn't verify the root CA.
Think of all the fun to be had with a Siri man-in-the-middle
Re: Cracking Siri
#6I'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
#7Really interesting. I'm curious what their tools look like but the github repository the article links to is currently empty.
They're fixing it soon: https://twitter.com/#!/applidium/status/136175883055661057
Re: Cracking Siri
#8[deleted]
Re: Cracking Siri
#9Is 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
#10I'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.