git clone https://github.com/d78ui98/APKDeepLens/tree/maincd \APKDeepLenspython3 -m venv venv.\venv\Scripts\activatepip install -r .\requirements.txtpython APKDeepLens.py --help 要简单地扫描 APK,请使用以下命令。使用参数提及 apk 文件-apk。扫描完成后,详细报告将显示在控制台中。 python3APKDeep...
APKDeepLens是一款针对Android应用程序的安全扫描工具,该工具基于Python开发,旨在扫描和识别Android应用程序(APK文件)中的安全漏洞。 APKDeepLens主要针对的是OWASP Top 10移动端安全漏洞,并为开发人员、渗透测试人员和安全研究人员提供了一种简单有效的方法来评估Android应用程序的安全状况。 功能特性 APKDeepLens 是一个基于...
APKDeepLens 是一款专注于 Android 应用程序安全评估的 Python 工具。其核心功能在于对 APK 文件进行全面的安全漏洞扫描,覆盖 OWASP Top 10 移动漏洞列表,为开发者、渗透测试人员与安全研究员提供高效评估手段。以下是 APKDeepLens 的几个关键功能:使用命令行简单扫描 APK 文件时,只需运行特定命令并指定...
APKDeepLens是一款针对Android应用程序的安全扫描工具,旨在扫描和识别Android应用程序(APK文件)中的安全漏洞。
To use APKDeepLens, you'll need to have Python 3.8 or higher installed on your system. You can then install APKDeepLens using the following command: For Linux git clone https://github.com/d78ui98/APKDeepLens/tree/main cd /APKDeepLens python3 -m venv venv source venv/bin/activate pip ins...
git clone https://github.com/d78ui98/APKDeepLens.git cd \APKDeepLens python3 -m venv venv .\venv\Scripts\activate pip install -r .\requirements.txt python APKDeepLens.py --help UsageTo simply scan an APK, use the below command. Mention the apk file with -apk argument. Once the scan ...
APKDeepLens 是一个基于Python的工具,可对APK文件执行各种操作。其主要功能如下: 1、APK分析:扫描Android应用程序包(APK)文件是否存在安全漏洞。 2、OWASP覆盖范围:涵盖OWASP十大漏洞,以确保全面的安全评估。 3、高级检测:利用自定义Python代码进行APK文件分析和漏洞检测。
APKDeepLens 是一个基于 Python 的工具,可对 APK 文件执行各种操作。其主要特点包括: APK 分析-> 扫描 Android 应用程序包 (APK) 文件是否存在安全漏洞。 OWASP 覆盖范围-> 涵盖 OWASP Top 10 漏洞,以确保全面的安全评估。 高级检测-> 利用自定义 python 代码进行 APK 文件分析和漏洞检测。
1.0.0 GitHub URL: https://github.com/d78ui98/APKDeepLens """ logging.basicConfig(level=logging.ERROR, format="%(message)s") class util(util): """ A static class for which contain some useful variables and methods """ @staticmethod def mod_print(text_output, color): """ Better mod ...
stranded-xxx / APKDeepLens Public forked from d78ui98/APKDeepLens Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights Files main static_tools testing_apps .gitignore APKDeepLens.py CHANGELOG.md LICENSE README.md __init__.py report_gen.py report_...