Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
YAASA — Yet Another APK Static Analyzer | Kitploit
Tools/GitHubGitHub/mohammadnassiri/yaasa
Android SecurityStatic AnalysisVulnerability AnalysisMalware Analysis
GitHubmohammadnassiri/yaasa

YAASA

Yet Another APK Static Analyzer

View Repository
18 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

YAASA

YAASA (Yet Another APK Static Analyzer) is a framework for having fun with analyzing APKs.
The project is using the tools below and is built on Django framework:

  • APKTool: A tool for reverse engineering Android apk files
  • AxmlParserPY: Python AxmlParser
  • PlagueScanner: Open source multiple AV scanner framework

You can add new functions in analyze/libs/threads.py.

Use

Usage of the app is very easy. You can start the YAASA with python manage.py runserver and open 127.0.0.1:8000 on your browser. After, you can upload your apk file and let the framework to start analysis process in background.

Anti-Virus

For take power of Anti-Viruses, you must run some virtual machines with Anti-Virus installed on them. For more information you can see PlagueScanner page. Some agents need to be modified to provide best result of scanning. We modified BitDefender agent for that purpose.

Install

You can run these commands to install the framework:

root@kitploit:~
git clone https://github.com/mohammadnassiri/YAASA.git
cd YAASA
pip3 install -r requirements.txt

Config

.env file must be configured before using the YAASA framework. If you use a MySQL database, connection variables should be set in this file. Also set a secret_key which is used by django itself.

Paper

The report of this tool is published on APA3 conference..
For more information please contact me.

Download Tool