The Mobile Security Guys·Jun 19, 2024Unlocking the Treasure Trove: Enhancing OSINT through Mobile App HackingOpen Source Intelligence (OSINT) has become an invaluable tool for various fields including cybersecurity, journalism, and law enforcement…
The Mobile Security Guys·Jul 18, 2023iOS 15.6 palera1n — SSH via LANAs mobile app security testers we use modified and jailbroken devices to do a lot of our testing; it allows us access to the filesystem…A response icon1A response icon1
InThe StartupbyThe Mobile Security Guys·Sep 11, 2020Tales of API Woes From a Security Professional Part 2Looking at mobile app API examples and the shortcomings of their security posture.
The Mobile Security Guys·Sep 11, 2020Tales of API Woes From a Security Professional Part 1APIs need securing properly, not just via obscurity.
InLevel Up CodingbyThe Mobile Security Guys·Jul 3, 2020Exploiting App PIN Mechanisms on AndroidLocating and exploiting custom application PIN methods.
InLevel Up CodingbyThe Mobile Security Guys·Jun 24, 2020Bypassing SSL Pinning on AndroidCircumventing certificate pinning on Android with smali patches.A response icon2A response icon2
InThe StartupbyThe Mobile Security Guys·Jun 16, 2020Defeating Android Root Detection with Smali PatchingBinary patching Android applications to bypass security mechanisms.A response icon1A response icon1
The Mobile Security Guys·Jun 9, 2020Smali: Assembler for Android’s VMLook at the underlying structure of Android applications using the smali language.
InThe StartupbyThe Mobile Security Guys·Jun 2, 2020Exploring Native Functions with Frida on Android — part 4We finish the series by examining how to modify input arguments and return values of native functions.A response icon1A response icon1
InThe StartupbyThe Mobile Security Guys·May 27, 2020Exploring Native Functions with Frida on Android — part 3Solving a shortcoming of native library tracing using Interceptor()