Latest posts

10/recent/ticker-posts

Introduction to Android Tamer | ADB & Forensics

Hello, guys so today I will tell you about Android Tamer. It is a Linux-based distribution made for Android security professionals. This is based on Ubuntu 10.04LTS, It includes various popular tools that are available for android testing, development, modification, Android Forensics and etc. 

As I mentioned we have a variety of tools pre-installed in Android Tamer listed below:
  • Modding for ROM
  • Reverse Engineering
  • Development purpose
  • Analysis for Malware
  • Rooting
  • Android Forensics
  • Penetration testing
  • Vulnerable Lab
  • Rom Development
And other tools in its main section. In this, you have pre-installed ADB

To download this just go to google and search for Download Android Tamer because I don't provide the direct link to this tool here.

It is free to use the tool. You install and use it.

ADB & Forensics - 

ADB means Android Debug Bridge. It is a versatile command line tool it let you communicate with a device. The ADB provide us with a variety of tools and actions like installing, Debugging apps, and it provides access to a UNIX shell that you can use to run a variety of commands on a device. ADB Daemon is used to run command processes and run them in the background. You can Enable ADB Debugging by using the developer option for that just search " How to enable USB debugging on (your device name) ". 

Also see our recent post on :  ADB Concept in Android

How ADB actually works?
Whenever you start ADB first of all ADB client is started it checks if the server is Running or NOT. If not then it starts the server. Then it binds to local port 5037.  All ADB clients use this port to communicate with the server. Then server setups the connection to all running devices. It locates emulator

How to access victims Deviceusing ADB ?




Also Visit


Post a Comment

0 Comments