Skip to content

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 anddeciphering encrypted data.

Notifications You must be signed in to change notification settings

W4W1R3/MOBILE-FORENSICS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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 anddeciphering encrypted data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published