Quick Android Review Kit

Quick Android Review Kit

#Threat Defense#Vulnerability Management

WordPress security scanner for identifying vulnerabilities in WordPress websites.

Visit Website

This tool is designed to identify security vulnerabilities in Android applications

This tool is designed to search for various security-related vulnerabilities in Android applications, whether in the source code or in packaged APKs.

No Rooting Required for Testing

There is no need to root the test device, as this tool specifically targets vulnerabilities that can be exploited in conditions that are otherwise secure.

It is capable of creating deployable APKs and ADB commands

It can create deployable APKs and/or ADB commands that are designed to exploit many of the vulnerabilities it identifies.

For additional options, please refer to the --help command

Results: A report is generated in JSON format and can be converted into other types. To change the report type, please use the --report-type flag.

Installation Instructions

To install using pip (without security checks on requirements), use the following command: ~ pip install --user qark # Note: --user is only necessary if you are not using a virtual environment ~ You can then access help with: qark --help To install using requirements.txt (with security checks on requirements), follow these steps: ~ First, clone the repository: git clone https://github.com/linkedin/qark ~ Next, navigate into the qark directory: cd qark ~ Install the required packages: pip install -r requirements.txt ~ Finally, install qark itself: pip install . --user # Note: --user is only necessary if you are not using a virtual environment