Skip to content

area31/dfss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

mkdir -p /opt/hackstore/

2- Clone repo:

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

3- Config your USB device:

vi /opt/hackstore/dfss/dfss.conf

4- Include daemon in /etc/crontab:

* * * * * root /opt/hackstore/dfss/dfss

To regenerate binary file:

Remove old files:

cd /opt/hackstore/dfss/ ; rm dfss.sh.x.c dfss

Compile new binary:

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

More infos:

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

About

DFSS - Daemon for sense of security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages