JorgenPhi / php-snapchat

A PHP library for the Snapchat API - With Commit History
MIT License
259 stars 73 forks source link

New app has defensive measures. #26

Closed JorgenPhi closed 10 years ago

JorgenPhi commented 10 years ago

Hey everybody. I figured now would be a good time to start looking back at the new snapchat protocol and quickly learned that snapchat [REDACTED]. This makes it much more difficult to proxy the ssl requests. I also tried to change all instances of https:// with http:// using apktool, but the app launches the splash screen, but then crashes. Makes me wonder if the app's signature[REDACTED] or if I am just using apktool incorrectly. Has anyone been able to proxy the new snapchat app?

dprogramming commented 10 years ago

Hi, I still seem to be able to see all the request snapchat sends out, and it's responses. Is this what you mean? @JorgenPhi

JorgenPhi commented 10 years ago

What version are you using? I am having a hard time getting snapchat to accept my ssl certificate... Also when I go to launch my modified version I made with apktool it crashes after showing the splash page. On Jul 8, 2014 11:23 AM, "D!-Programming" notifications@github.com wrote:

Hi, I still seem to be able to see all the request snapchat sends out, and it's responses. Is this what you mean? @JorgenPhi https://github.com/JorgenPhi

— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/26#issuecomment-48363263 .

dprogramming commented 10 years ago

@JorgenPhi I'm using the latest version, just downloaded it from the Play Store. Which tool do you use to intercept the requests the app sends out?

JorgenPhi commented 10 years ago

Charles proxy... It will work with pretty much everything else except snapchat. On Jul 8, 2014 11:29 AM, "D!-Programming" notifications@github.com wrote:

@JorgenPhi https://github.com/JorgenPhi I'm using the latest version, just downloaded it from the Play Store. Which tool do you use to intercept the requests the app sends out?

— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/26#issuecomment-48364070 .

dprogramming commented 10 years ago

I'll try if it works for me when using Charles proxy, I'll post my results...

JorgenPhi commented 10 years ago

What do you use? And it might be the snapchat beta that has the problem... On Jul 8, 2014 11:33 AM, "D!-Programming" notifications@github.com wrote:

I'll try if it works for me when using Charles proxy, I'll post my results...

— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/26#issuecomment-48364617 .

dprogramming commented 10 years ago

I use fiddler

dprogramming commented 10 years ago

I'll try the beta first (after it's available :) )

dprogramming commented 10 years ago

Still seem to be able to view the request. Although it seems that they did change some requests again...

dprogramming commented 10 years ago

Does the proxy work for you when using fiddler (2) @JorgenPhi ?

JorgenPhi commented 10 years ago

I'll try fiddler in a few minutes. Thanks! :) On Jul 8, 2014 11:48 AM, "D!-Programming" notifications@github.com wrote:

Does the proxy work for you when using fiddler (2) @JorgenPhi https://github.com/JorgenPhi ?

— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/26#issuecomment-48366745 .

dprogramming commented 10 years ago

@JorgenPhi Great :) let me know your result :p

JorgenPhi commented 10 years ago

Thanks @dprogramming ! It is working perfectly with fiddler.

dprogramming commented 10 years ago

Great, glad I could help. Fiddler is a lovely piece of software ☺