Unlock the story hidden in data.
Your digital investigation partner.
📘 Explore the full documentation · 🐞 Report Bug · 🛠️ Request Feature
DataDetective: Advanced forensic analysis.
DataDetective, a Python tool designed to extract pertinent files for forensic analysis from EWF disk images, represents a pivotal advancement in digital investigation.
In a landscape where the extraction of valuable data from complex disk images is paramount, DataDetective emerges as a beacon of efficiency and precision. As traditional methods falter in the face of evolving forensic challenges, DataDetective stands ready to navigate the intricate labyrinth of digital evidence, offering investigators a reliable means to uncover crucial insights and facilitate comprehensive analysis.
Before diving into the installation process, ensure you meet the following prerequisites.
-
Python 3: Ensure Python 3 is installed on your system before initiating the installation process.
-
SluthKit : DataDetective incorporates essential tools like SluthKit.
-
Regripper : DataDetective relies on crucial tools such as Regripper.
git clone https://github.com/franckferman/DataDetective.git
python3 DataDetective.py -h
python3 DataDetective.py -i image.ewf --check-image
python3 DataDetective.py -i image.ewf --show-partitions
python3 DataDetective.py -i image.ewf --show-files
python3 DataDetective.py -i image.ewf --show-files -r # For recursivity
python3 DataDetective.py -i image.ewf --show-dir DIR_NAME
python3 DataDetective.py -i image.ewf -e ALL -o /path/for/output