<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>appsec.fyi — MobSF</title>
  <link>https://appsec.fyi/tools.html#mobsf</link>
  <description>Curated MobSF resources from appsec.fyi</description>
  <language>en-us</language>
  <atom:link href="https://appsec.fyi/feeds/tool/mobsf.xml" rel="self" type="application/rss+xml"/>
  <lastBuildDate>Sun, 07 Jun 2026 04:05:35 +0000</lastBuildDate>
  <managingEditor>carl@chs.us (Carl Sampson)</managingEditor>
  <item>
    <title>Reversing Android Apps: Bypassing Detection Like a Pro</title>
    <link>https://www.kayssel.com/newsletter/issue-12/</link>
    <guid isPermaLink="true">https://www.kayssel.com/newsletter/issue-12/</guid>
    <description>Library for bypassing common Android app detection mechanisms like Frida, root checks, and SSL pinning. Techniques include utilizing Magisk DenyList, employing Frida codeshare scripts, attaching Frida after app launch, static analysis with Jadx to identify and patch detection code, using Objection&#x27;s `patchapk` feature, dumping loaded classes, tracing method calls, reversing native JNI code, and patching SSL pinning with `apk-mitm` for network traffic analysis.</description>
    <category domain="tool">MobSF</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:52:43 +0000</pubDate>
  </item>
  <item>
    <title>Mobile Security Framework - MobSF Documentation</title>
    <link>https://mobsf.github.io/docs/</link>
    <guid isPermaLink="true">https://mobsf.github.io/docs/</guid>
    <description>Mobile Security Framework - MobSF Documentation</description>
    <category domain="tool">MobSF</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Sat, 11 Apr 2026 16:45:46 +0000</pubDate>
  </item>
  <item>
    <title>MobSF: Mobile Security Framework (GitHub)</title>
    <link>https://github.com/MobSF/Mobile-Security-Framework-MobSF</link>
    <guid isPermaLink="true">https://github.com/MobSF/Mobile-Security-Framework-MobSF</guid>
    <description>Library for mobile application security, penetration testing, malware analysis, and privacy analysis on Android, iOS, and Windows Mobile. MobSF supports static analysis of APK, IPA, and APPX binaries, as well as dynamic analysis with instrumented testing, runtime data, and network traffic analysis for Android and iOS. It integrates with DevSecOps pipelines via REST APIs and CLI tools.</description>
    <category domain="tool">MobSF</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Sat, 11 Apr 2026 16:45:46 +0000</pubDate>
  </item>
  <item>
    <title>OWASP Mobile Top 10 and MobSF</title>
    <link>https://www.tmasolutions.com/insights/owasp-mobile-top-10-and-mobile-security-framework-mobsf</link>
    <guid isPermaLink="true">https://www.tmasolutions.com/insights/owasp-mobile-top-10-and-mobile-security-framework-mobsf</guid>
    <description>Library for addressing the OWASP Mobile Top 10 risks, including M1 (Improper Credential Usage) with examples like hardcoded credentials and insecure transmission, M2 (Inadequate Supply Chain Security) concerning malware injection, M3 (Insecure Authentication/Authorization) detailing hidden service requests, M4 (Insufficient Input/Output Validation) leading to remote code execution, M5 (Insecure Communication) through lack of certificate inspection, M6 (Inadequate Privacy Controls) via improper log sanitization, M7 (Insufficient Binary Protections) exposing API keys, and M8 (Security Misconfiguration) from insecure default settings.</description>
    <category domain="tool">MobSF</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 03 Apr 2026 15:50:22 +0000</pubDate>
  </item>
  <item>
    <title>mobsfscan</title>
    <link>https://github.com/MobSF/mobsfscan</link>
    <guid isPermaLink="true">https://github.com/MobSF/mobsfscan</guid>
    <description>Library for static analysis of Android and iOS source code, mobsfscan detects insecure patterns in Java, Kotlin, XML, Swift, and Objective C. It leverages MobSF static analysis rules, semgrep, and libsast, identifying vulnerabilities like CWE-295 Improper Certificate Validation and CWE-532 Insertion of Sensitive Information into Log File. Supported output formats include JSON, SARIF, SonarQube, and HTML, enabling integration into automated security assessment workflows.</description>
    <category domain="tool">MobSF</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Fri, 11 Jun 2021 03:25:00 +0000</pubDate>
  </item>
</channel>
</rss>