Installation

On Linux

Deb Package

On Debian based operating systems (such as Ubuntu, Linux Mint), download the deb package. On desktop versions, open package and click install package.

Or, via command line:

Download

wget https://karlhunter.co.uk/defiant/dist/defiant-fg_linux_amd64_v1.deb

Install (as root)

dpkg --install dfg_amd64.deb

Done.

Manual Install

There is a list of available OS downloads here.

Manual Quick Install

This will install amd64 version to the /usr/local/bin

sudo wget https://karlhunter.co.uk/defiant/dist/defiant-fg_linux_amd64_v1/defiant-fg --directory-prefix=/usr/local/bin/ && sudo mv -f /usr/local/bin/defiant-fg /usr/local/bin/dfg && sudo chmod +x /usr/local/bin/dfg && dfg --version

If you get the following output, then it work:

DEFIANT File Guard (DEFIANT-FG)
Version 1.X.X 
Date 20XX
By Karl Hunter
https://karlhunter.co.uk/defiant/
dfg@karlhunter.co.uk
To scan a directory, add the -d flag followed by directory
e.g. dfg -d /path/to/dir/

Test

Test install. Run:

dfg -version

Done.

To skip installer, and copy as a stand-alone executable, extract the contents and copy dfg.bin anywhere you desire. Make executable with command:

chmod +x dfg.bin

And run:

./dfg.bin

Next