Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nox Logo

NOXER


Why

Nox is great for reverse engineering. But every session you: enable root, install Frida server, push Burp CA, toggle proxy, debloat garbage. That's 15 minutes of clicking per session.

Noxer does it in one command. Dashboard shows live status of ADB, Frida, proxy. No entering Android UI.

Dashboard

  ┌────────────────────────────────────────────────┐
  │  NOXER v1.22β                                  │
  │  ● Nox    ● ADB    ● Frida (host) 17.15.3      │
  │  ● FridaSrv    ● FridaSrv run    ○ Proxy        │
  │  ──────────────────────────────────────────────  │
  │  1. Windows Tools                                │
  │  2. NOX Player Options                           │
  │  3. Frida-Tools Options                          │
  │  4. Exit                                         │
  └────────────────────────────────────────────────┘

6 live status badges. Green dot = OK. Red dot = offline. Checks every render.

Features

Category What it does
Debloat rm -rf system bloat (AppStore, Facebook, Launcher). Install Rootless Launcher + File Manager.
Frida Server Auto-download matching version. Decompress via 7zzs. chmod +x & run.
Frida stack frida-tools, objection, reFlutter. 32 community hooks in Fripts/.
Burp CA Fetch /cert from proxy, convert DER→PEM→Android hash, push to system trust store.
Proxy Detect local IP + Burp port. settings put global http_proxy. svc wifi toggle (works on Nox VirtWifi).
ADB shell nox_adb.exe shell -t su. Direct root shell to emulator.
Script picker List 32 .js scripts from Fripts/, pick one, inject via frida -U -l.

Pre-requisites

  • Windows (Nox runs here)
  • Nox Player installed & running
  • Python 3.x + pip

Quick Start

git clone https://github.com/sittiev/noxer.git
cd noxer
pip install -r requirements.txt
python noxer.py

Usage

Step 1 — Open Nox, pick Android version.

Step 1

Step 2 — Click Settings.

Step 2

Step 3 — General tab → check Root.

Step 3

Step 4 — Save & run emulator.

Step 4

No VT error? Fix Virtualization

VT error

Step 5 — Run NOXER. Auto-syncs with running Nox.

Step 5

Menus

1. Windows Tools — Install/verify frida-tools, objection, reFlutter.

2. NOX Player Options — Debloat, install/run Frida Server, ADB shell, Burp CA, proxy on/off.

3. Frida-Tools Options — List apps via frida-ps -Uai, pick script from Fripts/ (32 available), inject to target package.

Fripts

32 community hooks in Fripts/:

Category Scripts
SSL pinning universal-android-ssl-pinning-bypass (x2), frida-multiple-unpinning
Root bypass rootbeerultimate, fridantiroot, hideroot, scottyab-root-bypass (7 more)
Combined universal-robust-advanced-root-ssl-bypass, pintooR, ssl-and-root-bypass
Crypto intercept-android-apk-crypto-operations, aesinfo, okhttp3-interceptor
Detection anti-frida-bypass, root-and-emulator-detection-bypass, multiple-root-detection-bypass

License

MIT

About

Noxer is a powerful Python script designed for automating Android penetration testing tasks within the Nox Player emulator.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages