> For the complete documentation index, see [llms.txt](https://notes.kraken-security.ru/kraken/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.kraken-security.ru/kraken/krupicy-znanii/instrumenty/mobsf.md).

# MobSF

Mobile Security Framework (MobSF) — это платформа для исследования безопасности мобильных приложений на платформах Android, iOS и Windows Mobile. MobSF можно использовать для обеспечения безопасности мобильных приложений, пентеста, анализа вредоносного ПО и анализа конфиденциальности. <br>

— Статический анализатор MobSF поддерживает APK, IPA, APPX и исходный код. — Динамический анализатор поддерживает приложения для Android и iOS и предлагает платформу для интерактивного инструментального тестирования, анализа данных во время выполнения и сетевого трафика. \
\
MobSF легко интегрируется с DevSecOps или CI/CD конвейером с помощью REST API и CLI-инструментов. \
\
[Здесь](https://mobsf.github.io/docs/#/) можно прочитать всю документацию. \
\
А это [сайт](https://mobsf.live/) MobSF, где можно скачать фреймворк (хоть отдельно статичный анализатор, хоть динамичный. Да и вместе можно тоже)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.kraken-security.ru/kraken/krupicy-znanii/instrumenty/mobsf.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
