๐ŸŒš
W3LC0M3
  • ๐Ÿ‘จโ€๐ŸณWelcome
  • ๐Ÿ–ฒ๏ธHacker Boy
    • ๐Ÿดโ€โ˜ ๏ธCTF's (challenges)
      • Crypto
        • Links
      • Pwn
        • Concepts
        • Links
        • Tryhackme: Intro to pwntools notes
      • Forensics
        • Volatitily
    • ๐ŸTryhackMe
      • Boxes
        • ๐Ÿ‘„biteme
    • ๐Ÿ“ฆHackTheBox
      • Challenges
        • Templated
        • Phonebook
        • Weather App
        • LoveTok
        • Toxic
      • Boxes
    • ๐Ÿค–Android Hacking
      • Hacking Android Notes
      • Android Hacking 101 - Tryhackme Notes
      • Tools
      • Useful Commands
      • Android Books
      • Hack the box - Mobile Challenges Notes
        • Don't Overreact Challenge Notes
      • Hacker101 Android Challenges notes
      • Crackme Challenge Notes
      • Android Application Basics Notes
      • Other References
    • ๐ŸชŸWindows PenTest Notes
    • ๐Ÿฆนโ€โ™‚๏ธServices Pentest Notes
    • ๐Ÿ““Vuln notes
    • ๐ŸงฐMy Pentest Tools
  • ๐Ÿ™‰Learny Boy
    • ๐Ÿ‘จโ€๐ŸซMy Projects
      • โ›๏ธMinero
        • Links
      • ๐ŸšRice
        • Debian Ricing
        • Shell
    • ๐Ÿง‘โ€๐Ÿš€Learning Stuff...
      • ๐ŸงLinux Fundamentals
      • ๐ŸŽ‡Network Enumeration with nmap
      • ๐Ÿ’พBinary Reverse Engineering
        • ๐Ÿ‡ฌ๐Ÿ‡ฎReverse Engineering with Ghidra
          • ๐Ÿฆ†Evil Duck Hunt
Powered by GitBook
On this page
  1. Hacker Boy
  2. Android Hacking

Tools

PreviousAndroid Hacking 101 - Tryhackme NotesNextUseful Commands

Last updated 2 years ago

  • Jadx()

  • ADB

  • Android Studio

  • Emulator

  • Burpsuite(Proxy)

  • apktool: Performs static analysis of the apk, allowing extensive inspection

  • : Signs apk back and helps with several other related processes

  • : converts to and from smali

  • : converts the dex file into a JAR. Then any Java decompiler can open it

  • : Python library to interact with many types of binaries, including dex and oat

  • : swiss knife to manipulate android files

  • : Dumps binary objects, including their sections, metadata and code

  • : Taint Analysis and Flow Analysis of Android applications

  • Frida:

  • ReactNative Decompiler:

  • Doldrums:

  • Darter:

  • Drozer:

    • Installation:

After hours of troubleshooting I have found a solution to this. I had the same issue having both python2.7 and python 3.8 installed, both pip and pip3 were symlinked to python3.8 pip.
This was my solution:
sudo apt get install python2.7
cd /usr/lib/python2.7
sudo wget 
https://bootstrap.pypa.io/get-pip.py

sudo python2.7 get-pip.py
which pip2.7
output -> /usr/local/bin/pip2.7
Now you can run:
sudo pip2.7 install drozer-2.4.4-py2-none-any.whl
  • Setup:

    • adb forward tcp:31415 tcp:31415

๐Ÿ–ฒ๏ธ
๐Ÿค–
https://github.com/skylot/jadx
https://lindevs.com/install-jadx-on-ubuntu/
https://lindevs.com/install-java-on-ubuntu/
Uber APK signer
smali/backsmali
dex2jar
lief
androguard
objdump
Quark
https://frida.re/
https://github.com/richardfuca/react-native-decompiler
https://github.com/rscloura/Doldrums
https://github.com/mildsunrise/darter