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

    git fetch vs git pull: How They Work and When to Use Each

    Both git fetch and git pull talk to a remote repository, but they do very different things to your…

    4 days ago

    git cherry-pick Command: Apply Commits from Another Branch

    Sometimes the change you need already exists, just on the wrong branch. A hotfix lands…

    4 days ago

    Best Email APIs for Secure Business Email: Why Developers Are Moving Beyond SMTP

    Email is still one of the most important communication channels inside modern applications. Password resets,…

    4 days ago

    Nginx Commands in Linux: Start, Stop, Reload, Test, and Log

    Nginx is a high-performance web server and reverse proxy trusted by some of the largest…

    1 week ago

    ufw Command in Linux: Manage Firewall Rules with Examples

    ufw (Uncomplicated Firewall) sits on top of iptables (or nftables on newer systems) and replaces…

    1 week ago

    who Command in Linux: Show All Logged-In Users and Sessions

    When you share a server with a team or investigate unexpected activity, the first question…

    1 week ago