Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.88 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.88 KB

YOUR GUIDE TO MOBILE-FORENSICS

https://github.com/salvinmirza/Mobile-App-forensic-tools-analysis.git

Mobile forensics Capture The Flag (CTF) competitions are designed to test participants' skills and knowledge in extracting and analyzing data from mobile devices. These challenges usually involve investigating various aspects of mobile forensics, such as recovering deleted data, analyzing app artifacts, deciphering encrypted data, and identifying potential security vulnerabilities.

Tools

Jadx-GUI

Dex to Java decompiler including Command line and GUI tools for produce Java source code from Android Dex and Apk files

      git clone https://github.com/skylot/jadx.git
      cd jadx
      ./gradlew dist

SQLite

Dumps frames of the -wal (write ahead log) file of sqlite databases. The write ahead log is being written every once in a while to the real database. Using the write ahead log it will be possible to do forensics analyses on the history of the database (eg. modified records, added records etc.

SQLite databases are often used mobile applications.

OpenMF

The OpenMF project, an open-source forensic tool that supports digital forensic investigators across the entire digital forensic investigation process.

  • Data Extraction: OpenMF simplifies the extraction of relevant data from Android smartphones.

  • Case Management: Manage individual cases efficiently, keeping everything organized.

  • Analysis Reports: Generate in-depth analysis reports for each case, providing meaningful insights.

OpenMF is an essential tool for digital forensic organizations, streamlining the investigation process and enhancing efficiency. While it currently operates as a command-line tool, we have exciting plans for the future.