rfs85 / ACF

Android Connections Forensics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Android Connections Forensics

This software enables a forensic investigator to map each connection to its originating process.

It doesn't require root privliges on the system, but do require adb & USB debugging.

Supported OS

ACF works currently only on Linux (Ubuntu 14.04)

Installation

git clone https://github.com/CyberHatcoil/ACF.git
cd ACF
pip install -r requirments.txt

Usage

Make sure you device is connected, usb debugging is enabled and authorized.

adb devices

To run Acf:

python acf.py -d [Device serial number]

Output

ACF create 3 different output types:

  1. console output - live connections

  2. acm-log file - live connections

  3. metadata file - external IP's metadata results

acm-log example:

Contact Us

Itayk [ [ AT ] ]CyberHat.co.il

About

Android Connections Forensics

License:Apache License 2.0


Languages

Language:Python 100.0%