Defeat iOS Certificate Pinning by replacing the hardcoded certificate in the executable?

I’m analysing an iOS application and its communications through Charles.
I have access to most of SSL communications but not all, due to certificate pinning.

I know that there are many different ways for defeating certificat… Continue reading Defeat iOS Certificate Pinning by replacing the hardcoded certificate in the executable?

Proxying an Android app protected with certificate sign request with Burp Suite

I’d like to proxy an Android application with Burp Suite. The application uses certificate pinning via OkHttp3. I solved this by modifying the source code, now the application accepts the certificates generated by Burp Suite’… Continue reading Proxying an Android app protected with certificate sign request with Burp Suite

DJI Patches Forum Bug That Allowed Drone Account Takeovers

Bug opened door for malicious link attack, giving hacker access to stored DJI drone data of commercial and consumer customers. Continue reading DJI Patches Forum Bug That Allowed Drone Account Takeovers

Common Security Mistakes when Developing Swift Applications – Part I

Overview: Data Storage and Communication Security Swift was first introduced in 2014 at Apple’s Worldwide Developers Conference (WWDC) as the iOS, macOS, watchOS and tvOS de facto programming language. Designed by Chris Lattner and many othe… Continue reading Common Security Mistakes when Developing Swift Applications – Part I