Skip to content

A simple Python script that performs static analysis on Android APK files to identify potential security issues such as deeplinks, hardcoded secrets, URLs, Firebase references, and more.

Notifications You must be signed in to change notification settings

maxmuxammil/andromeda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

   ___   _  _____  ___  ____  __  __________  ___ 
  / _ | / |/ / _ \/ _ \/ __ \/  |/  / __/ _ \/ _ |
 / __ |/    / // / , _/ /_/ / /|_/ / _// // / __ |
/_/ |_/_/|_/____/_/|_|\____/_/  /_/___/____/_/ |_|.py

Android APK Security Analyzer - Max Muxammil
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

APK Security Analyzer

A simple Python script that performs static analysis on Android APK files to identify potential security issues such as deeplinks, hardcoded secrets, URLs, Firebase references, and more.


🧠 Features

  • Extracts and displays:
    • Secrets (e.g., Passwords, API keys, Tokens)
    • URLs
    • Deeplinks
    • Firebase Instances
    • Base64-encoded strings
  • Dark/light HTML report generation

πŸš€ Getting Started

πŸ“¦ Prerequisites

Make sure you have the following installed:

  • Python 3.7+
  • pip package manager

πŸ”§ Installation

git clone https://github.com/maxmuxammil/andromeda.git
cd andromeda
pip3 install -r requirements.txt

πŸ“Έ Screenshots

πŸ” APK Analysis Report Preview

APK Report

APK Report

About

A simple Python script that performs static analysis on Android APK files to identify potential security issues such as deeplinks, hardcoded secrets, URLs, Firebase references, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages