Skip to content
/ noxer Public
forked from AggressiveUser/noxer

Noxer fork with some changes :)

License

Notifications You must be signed in to change notification settings

Y8765/noxer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOXER - Nox Emulator Power Tool Nox Logo

Automate your Android penetration testing lab setup using Nox Emulator. Noxer is a powerful Python script designed for automating Android penetration testing tasks within the Nox Player emulator. It simplifies setup, enhances stability, manages Frida Server, removes unwanted bloatware, integrates BurpSuite certificates, and much more!

Important

  • If youre facing errors with connection to the machine, change the port inside the script to one of those 3: 62001,62025,62026

🚀 Features

  • Effortless Automation ⚙️:

    • Automate the setup and configuration of your Android penetration testing lab with ease.
  • Stable ADB Connections 📱:

    • Enhances ADB stability, preventing frequent disconnections and ensuring a more seamless testing experience.
  • Manage Frida Server ⚡: Quickly install and launch Frida Server on the Nox Emulator, simplifying dynamic app analysis setup.

    • Install Frida Server
    • Run Frida Server
  • Ad and Bloatware Removal 🚯:

    • Automate the removal of ads and unwanted pre-installed applications from the Nox Emulator, ensuring a clean environment for testing.
  • Interactive Command-Line Interface 💬:

    • Enjoy an intuitive and user-friendly interface for managing your Android penetration testing lab.
  • BurpSuite Certificate Integration🔐:

    • Seamlessly install and configure BurpSuite certificates for secure communication during penetration testing.
  • Windows Tools Management 💻: Easily install or verify the status of essential pentesting tools (Frida, Objection, reFlutter) on your Windows machine.

    • Frida
    • Objection
    • reFlutter
  • Frida-Tool Options 🛠️: Choose from various Frida-based options, including handling SSL pinning, root check bypass, custom script injection, and more.

    • List installed applications
    • SSL Pinning Bypass
    • Root Check Bypass
    • SSL Pinning and Root Check Bypass
    • Run Custom Frida Script
  • Flexible Options 🛠️:

    • Select from a range of functionalities, including running Frida Server, opening an ADB shell, and more, within an interactive menu system.
  • Happy Android Pentesting 🕵️‍♂️:

    • Explore, test, and analyze Android applications with confidence using this all-in-one automation script.

⚙️ Pre-requisites

Before you begin, ensure you have the following installed on your system:

  • Python 3.x 🐍
  • Nox Player

📦 Installation

Before running NOXER, ensure you have the required dependencies installed. Follow these steps:

  1. Clone this repository to your local machine.

    git clone https://github.com/Y8765/noxer.git
    
  2. Navigate to the project directory.

    cd noxer
    
  3. Install the dependencies from the requirements.txt file using pip.

    pip install -r requirements.txt
    
  4. You are now set to run the NOXER script.

    python noxer.py
    

Happy Android pentesting with Nox Emulator! 📱🔒🐍

📝 Usage

Step: 1 Open Nox Asst and choose android version of your choice. STEP-1

Step: 2 Click on Settings ⚙️

STEP-2

Step: 3 Navigate to General tab and check Root STEP-3

Step: 4 Save Setting and Run the emulator. STEP-4

If you face error No VT Service Detected. Click here to Fix Virtualization / VT Service image

Basically you just need t disable this 4 options in Control

  • Hyper-V
  • Virtual Machine Platform
  • Linux Subsystem For Windows
  • Hypervisor Platform For Windows

Step: 5 Run NOXER script which will automatically sync with running NOX emulator. STEP-5

After running the script, you'll be presented with a menu to choose from various options 🫠

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Noxer fork with some changes :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • Python 7.3%