Mobile Apps Security Testing
@MobileSecurityTesting
2.01K
subscribers
9
files
428
links
Download Telegram
Join
Mobile Apps Security Testing
2.01K subscribers
Mobile Apps Security Testing
https://8ksec.io/advanced-frida-usage-part-4-sniffing-location-data-from-locationd-in-ios/
8kSec
Frida Part 4: Sniffing iOS Location Data | 8kSec
Learn how to sniff and manipulate location data from the locationd daemon on iOS using Frida. Covers CLLocationManager internals and interception.
Mobile Apps Security Testing
https://8ksec.io/advanced-root-detection-bypass-techniques/
8kSec
Frida Part 5: Root Detection Bypass | 8kSec
Learn advanced root detection techniques on Android and practical methods to bypass them using Frida. Covers common detection libraries and evasion strategies.
Mobile Apps Security Testing
https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/trustwave-spiderlabs-guide-jailbreaking-apple-ios-17-and-above
Trustwave
Trustwave SpiderLabs Guide: Jailbreaking Apple iOS 17 and Above
Jailbreaking Apple iOS devices is a well-known practice that enables Apple device owners to in unauthorized access to the device’s root file system, enabling the user to remove restrictions imposed by Apple.
Mobile Apps Security Testing
https://trustedsec.com/blog/a-beginners-guide-to-mobile-application-testing
TrustedSec
A Beginner’s Guide to Mobile Application Testing
Mobile Apps Security Testing
https://gist.github.com/Pulimet/5013acf2cd5b28e55036c82c91bd56d8
Gist
Adb useful commands list
Adb useful commands list. GitHub Gist: instantly share code, notes, and snippets.
Mobile Apps Security Testing
https://canijailbreak.ams1gn.id/
Can I Jailbreak
Can I Jailbreak - iOS Device Compatibility Checker
Instantly check jailbreak availability for your iPhone or iPad. Find compatible tools and get started with jailbreaking your iOS device.
Mobile Apps Security Testing
https://www.blackhillsinfosec.com/intercepting-traffic-for-mobile-applications/
Black Hills Information Security, Inc.
Intercepting Traffic for Mobile Applications that Bypass the System Proxy - Black Hills Information Security, Inc.
This is a foolproof guide to intercepting traffic from mobile applications built on Flutter, which historically have been especially challenging to intercept.
Mobile Apps Security Testing
https://blog.nviso.eu/2025/06/05/intercepting-traffic-on-android-with-mainline-and-conscrypt/?amp
NVISO Labs
Intercepting traffic on Android with Mainline and Conscrypt
A deep-dive into Conscrypt updates via Mainline and the impact on Android 11 to Android 16.
Mobile Apps Security Testing
https://github.com/auag0/HideMockLocation
GitHub
GitHub - auag0/HideMockLocation: Xposed Module to Hide Mock Location Settings
Xposed Module to Hide Mock Location Settings. Contribute to auag0/HideMockLocation development by creating an account on GitHub.
Mobile Apps Security Testing
https://github.com/ksg97031/frida-gadget
GitHub
GitHub - ksg97031/frida-gadget: Automated tool for patching APKs to enable the use of Frida gadget by downloading the library and…
Automated tool for patching APKs to enable the use of Frida gadget by downloading the library and injecting code into the main activity. - ksg97031/frida-gadget
Mobile Apps Security Testing
https://medium.com/@psychsecurity/bypassing-ssl-pinning-in-instagrams-ios-app-a77b3037453a
Medium
Bypassing SSL Pinning in Instagram’s iOS App
Disclaimer: This blog is for educational purposes only. I don’t condone or support illegal or unethical behavior, including but not limited…
Mobile Apps Security Testing
https://blog.nviso.eu/2025/10/14/patching-android-arm64-library-initializers-for-easy-frida-instrumentation-and-debugging/
NVISO Labs
Patching Android ARM64 libraries for Frida instrumentation
Discover techniques for Android ARM64 library patching and Frida instrumentation.
Mobile Apps Security Testing
https://m4kr0x.medium.com/flutter-tls-bypass-how-to-intercept-https-traffic-when-all-other-frida-scripts-fail-bd3d04489088
Medium
Flutter SSL Bypass: How to Intercept HTTPS Traffic When all other Frida Scripts Fail
In this article, I’ll walk you through my journey in intercepting HTTPS traffic from a APK based on Flutter during a pentesting engagement…