Android Security

Pen Andro – An Automated Android Penetration Testing Tool

Introduction

Pen-Andro Script will automate the process of installing all necessary tools & tasks for Android Pentesting i.e Moving Burpsuite Certificate,Installing Adb frida server, APKs like proxy toggle, proxydroid, adbwifi.

Usage

  1. Open Terminal
  2. Run below command
curl -sL https://tinyurl.com/pen-Android | sudo bash 

Preconditions

  • Burpsuite proxy Running at 127.0.0.1:8080
  • Rooted Android device connected via adb (Only one device should be connected)
  • Magisk App (It will make installation easy )
  1. For Android Virtual device – GitHub
  2. For Genymotion emulator Blog Link

I want to Install :-

curl -sL https://tinyurl.com/pen-Android | sudo bash

Pen andro

    Pen Andro Demo

    Pen Andro Features

    Android Apps

    • Proxy droid
    • ADB wifi
    • Proxy Toggle

    Pc Tools

    • Frida, objection & Frida-Server for Android
    • jDax-gui
    • scrcpy
    • Burpsuite Certificate install

    Pen Andro FAQs :

    • Burpsuite Error :- Check Proxy tab of Burpsuite at set the proxy as 127.0.0.1 with port 8080
    • Root access Error :- Check If your device is Rooted or not (If not confirmed check
    • Traffic not intercepting :- Reboot the device after Certificate installtion
    • One or more devices conncted :- check with adb devices or try adb kill-server(to remove offline devices)

    Secure Web Gateway – Web Filter Rules, Activity Tracking & Malware Protection – Download Free E-Book

    p r

    Recent Posts

    Nmap cheat sheet for beginners

    Nmap (Network Mapper) is a free tool that helps you find devices on a network,…

    13 hours ago

    Understanding the Model Context Protocol (MCP) and How It Works

    Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…

    1 week ago

    The file Command – Quickly Identify File Contents in Linux

    While file extensions in Linux are optional and often misleading, the file command helps decode what a…

    1 week ago

    How to Use the touch Command in Linux

    The touch command is one of the quickest ways to create new empty files or update timestamps…

    1 week ago

    How to Search Files and Folders in Linux Using the find Command

    Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…

    1 week ago

    How to Move and Rename Files in Linux with the mv Command

    Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…

    1 week ago