Skip to content

DF-CAT/DF_CAT_Forensic_Tool

Repository files navigation

This tool uses open source artifact collecting tools and restruct it to suitable json file for the DF-CAT web service.

Basic usage

  1. Download DF_CAT_Tool(aka. CACAT).
  2. Collect artifacts.
  3. Collected artifacts (json files, called CACAT data) can be used with DF-CAT web service.

Execute in Python3.10

pip install -r requirements.txt

then execute gui_main.py

Credit

Nirsoft
Eric Zimmerman's tools

How to Build?

  1. pip install auto-py-to-exe
  2. Write auto-py-to-exe in your command, like this image
  3. When the auto-py-to-exe window turns on, put the path of gui_main.py in the Script Location, like this image
  4. And if you want to create one exe file, if you want to make One File a directory, click One Directory Also, if you want to display Console Window, click Console Based or Window Based image
  5. Next, put the path of favorite.ico in the artifact_parser directory in the icon image
  6. In Additional Files, press Add Files and download.Add the path of py, json_merge_files.py, main.py, favicon.ico and add the path of the artifact_parser directory as Add Folder image
  7. In Advanced, write the name of the exe you want to write in -name and enable -uac-admin image image
  8. Lastly, Click The CONVERT .py TO .EXE to create an exe file