JohnPChapman / AutoF

Automated Digital Forensics

Home Page:https://www.autof.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoF

AutoF is a tool to automate digital forensic processing in X-Ways Forensics and Nuix. The tool will scan for compatible forensic images, from there you can select your own profile and process all of the images with the same settings, either as individual cases or one 'compound' case. Node mode allows you to utilise Jenkins and distributed nodes to process multiple images at once. Images can be skipped based on keywords. You can also combine X-Ways cases to a brand new case or run X-Ways profiles over pre-existing cases.

Creating an EXE and folder structure

I use pyinstaller to convert to an EXE, other tools are avalible! The tested and recommended command is 'pyinstaller --onefile --noconsole -i "PATH\ax.ico" PATH\AutoF.py'.

The following folder structure is currently needed:

Install Folder\
AutoF.exe

Jenkins\
           nuixProcessing.xml
           processing.xml

Settings\
           ax.ico
           settings.db
.
           \HTML Help\
                      help.chm
.
           \Logs\
           RunLog 07-04-2022 00-13-30.txt*
.
           \Nuix\
                      \Scripts\
                      Lab2.rb*
.
           \X-ways profiles\
           Default.cfg*
           Hash.cfg*
           Lots.cfg*

*Denotes an example file

Documentation

Documentation

Feedback

If you have any feedback, please reach out to us at admin@autof.uk or post in https://www.autof.uk/Forum
https://www.autof.uk/

About

Automated Digital Forensics

https://www.autof.uk/

License:GNU General Public License v2.0


Languages

Language:Python 97.8%Language:Ruby 2.2%