pierluigicdc / tyr

Android Recon & Research Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TyR ## Description: Android Recon & Research Tools

Author: Jonathan Scott @jonathandata1

CURRENT VERSION 1.2

  1. Samsung Identification - AT Commands - Linux
  2. Samsung Identification - AT Commands - MacOS
  3. Pull All System APKs & Unpack Them - All Androids
  4. Select & Download Any APK & Unpack It - All Androids
  5. LG Identification - AT Commands - COMING SOON
  6. Dump Secret Codes - All Androids
  7. Run Secret Codes (Manual Selection) - All Androids - COMING SOON
  8. Bug Report Dump - All Androids - COMING SOON
  9. View Bug Report Data In GUI - All Androids - COMING SOON
  10. Instant Factory Reset - Samsung Devices - Linux
  11. Instant Factory Reset - Samsung Devices - MacOS
  12. Instant Factory Reset - LG Devices - Linux
  13. Instant Factory Reset - LG Devices - MacOS
  14. Auto Enable ADB - Samsung - MacOS
  15. Auto Enable ADB - Samsung - Linux
  16. Bypass FRP, MDM, Passcode (Use Auto Enable ADB Method First)

TyR Android Recon & Research Tools

TyR Android Recon & Research Tools

NOTE :

Auto-Enable ADB Functionality Limited To The Following Devices

More To Come

  • Samsung Galaxy S3 - Verizon/Unlocked
  • Samsung Galaxy S4 - Verizon/Unlocked
  • Samsung Galaxy S5 /S5 Active - Verizon/Unlocked
  • Samsung Galaxy S6/S6 Edge +/S6 Active - Verizon/Unlocked
  • Samsung Galaxy S7 - Verizon/Unlocked
  • Samsung Galaxy S8/S8+/S8+ Active - Verizon/Unlocked
  • Samsung Galaxy S9/S9+ - Verizon/Unlocked
  • Samsung Galaxy S10/10+ - Verizon/Unlocked
  • Samsung Galaxy Note 4 - Verizon/Unlocked
  • Samsung Galaxy Note 5 - Verizon/Unlocked
  • Samsung Galaxy Note 8 - Verizon/Unlocked
  • Samsung Galaxy Note 10 - Verizon/Unlocked

Dependencies

If you are on on a MacOS you will need to install brew package manager

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

MacOS & Linux

For a nice selection tool for the single apk download you will need to install peco

brew install peco
sudo apt install peco

To unpack the android apks you will need to install apk tool

brew install apktool
sudo apt install apktool

ADB (Android Debug Bridge) must be installed

brew install android-platform-tools
sudo apt install android-tools-adb

UUIDGEN

sudo apt install uuidgen

SoCat

brew install socat
sudo apt install socat

Pip for Python 2

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python2 get-pip.py
pip2 install python-gsmmodem
pip3 install pyserial
rm -f get-pip.py
sudo reboot

LG Modem Drivers

About

Android Recon & Research Tools


Languages

Language:Shell 100.0%