Home

Awesome

About

Shutdown or reboot your computer, like a "USBKILL". DFSS which turns off a computer by removing a USB stick from a port. This starts an immediate shutdown. DFSS is not your only tool for increase security. ENCRYPT YOUR DISK, STUPID!

Install

1- Create directory:

<code>mkdir -p /opt/hackstore/</code>

2- Clone repo:

<code>git clone https://github.com/area31/dfss.git ; mv dfss /opt/hackstore/</code>

3- Config your USB device:

<code>vi /opt/hackstore/dfss/dfss.conf</code>

4- Include daemon in /etc/crontab:

<code>* * * * * root /opt/hackstore/dfss/dfss</code>

To regenerate binary file:

Remove old files:

<code>cd /opt/hackstore/dfss/ ; rm dfss.sh.x.c dfss</code>

Compile new binary:

<code>cd /opt/hackstore/dfss/ ; shc -r -T -f dfss.sh && mv dfss.sh.x dfss</code>

More infos:

For more infos in Portuguese Brazilian language: http://www.area31.net.br/wiki/DFSS_USBkiller