Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.67 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.67 KB

TyR

Description: Android Recon & Research Tools

Author: Jonathan Scott @jonathandata1

CURRENT VERSION 1.0

  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

VIDEO EXAMPLES

TyR Android Recon & Research Tools

[TyR Android Recon & Research Tools

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 is 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