Metadata-Version: 2.4
Name: lu77U-MobileSec
Version: 0.1.1
Summary: The Only Mobile Security Tool Which You Need
Author-email: Sam MG Harish <sammgharish@gmail.com>
Maintainer-email: Sam MG Harish <sammgharish@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/sam-mg/lu77U-MobileSec
Keywords: mobile,security,cli,tool,automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Security
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Natural Language :: English
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Requires-Dist: androguard>=4.1.3
Requires-Dist: loguru>=0.7.3
Requires-Dist: weasyprint>=66.0
Requires-Dist: Pillow>=11.3.0
Requires-Dist: ollama>=0.6.0
Requires-Dist: keyring>=24.0.0
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: cryptography>=42.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: fastapi<1.0,>=0.110.0
Requires-Dist: uvicorn[standard]>=0.29.0
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: websockets>=12.0
Requires-Dist: frida==16.7.19
Requires-Dist: frida-tools<14,>=13
Requires-Dist: uiautomator2>=3.0.0
Requires-Dist: mitmproxy>=10.0.0
Requires-Dist: defusedxml>=0.7.1
Requires-Dist: Pygments>=2.17.0
Requires-Dist: json_repair>=0.30
Provides-Extra: claude
Requires-Dist: anthropic>=0.40.0; extra == "claude"
Provides-Extra: all
Requires-Dist: anthropic>=0.40.0; extra == "all"
Dynamic: license-file

# lu77U-MobileSec

**The Only Mobile Security Tool Which You Need**

A comprehensive mobile security analysis framework that provides advanced APK analysis, multi-framework detection, and professional reporting — driven from a **local web dashboard** in your browser.

## Installation

```bash
pip install lu77U-MobileSec
```

## Usage

`lu77U-MobileSec` is a local web application. Running it starts a server on `127.0.0.1` and opens the dashboard in your default browser — there is no terminal menu anymore.

```bash
# Launch the web dashboard
lu77U-MobileSec

# Same, but also stream verbose analysis logs to the terminal
lu77U-MobileSec -V

# Show help
lu77U-MobileSec -h

# Show version
lu77U-MobileSec -v
```

## License

MIT License - see [LICENSE](LICENSE) file for details.

<p align="right">
  <img src="https://wakatime.com/badge/user/f5bf5341-405c-480f-bd76-40a5c1a8ada9/project/bf85413c-ecef-42cb-a459-a8677138ea8b.svg?style=for-the-badge" alt="WakaTime Repo Image" />
</p>
