Posts
How to Setup Frida Server on Your Rooted Android Phone
Introduction Frida is a dynamic code instrumentation toolkit used heavily by security researchers and reverse engineers to analyze applications. To hook into Android applications and bypass mechan...
How to Bypass Facebook SSL Pinning on Android
Introduction Bypassing SSL pinning on Facebook is notoriously difficult. Unlike standard Android applications that rely on Java-based network libraries like OkHttp or HttpsURLConnection, Facebook ...
What is SSL Pinning?
Introduction to SSL Pinning SSL Pinning (also known as Certificate Pinning) is an advanced security mechanism used by mobile applications (Android and iOS) and high-security web services. Its prim...