Giter Site home page Giter Site logo

renzero / killallbtn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sakura26/killallbtn

0.0 1.0 0.0 3.46 MB

A real BIG RED button to kill all your data & host in seconds in case of emergency.

License: BSD 3-Clause "New" or "Revised" License

Python 78.87% Shell 21.13%

killallbtn's Introduction

killallbtn - A Self-destruct button for Killing all your server and data!!

Self-destruct button

what is killallbtn

中文投影片請往此

Sometimes, you may need a method to quickly erase all your data, especially when you have lots sensitive data.
You can login to all the server to delete files and wait, setup TNT in your datacenter, or just try this cool things..

"Self-destruct button" !!

This project conbines with Raspberry Pi and some scripts, to provide rapid-start and hardly-recover way to prevent your data from leaking. the project provides:

  • Rapid and easy to use - just hit the button!
  • A lock and warning sound to avoid unexcepted start
  • Support remote systems over network (NAS, VPS, oversea datacenter...with SSH)
  • Support linux (BSD & other platform can be done in future)
  • Fast erase (take less then secodes)
  • Full erase (take long times but hard to recover)
  • Store all private key in secure area(RPi), and destroy when used.
  • Can add 3G/4G connection and Batteries, in case of "power cut" or "net cut"

身為一個憂國憂民正直有為的年輕人,偶而遇到有人來查水錶也是很正常低(?)
為了保護糟糕物機密資料不要外流,一個酷炫的自爆按鈕是一個科技宅該有的基本行頭!

這裏我們示範如何用簡短的程式碼,與Raspberry pi快速的完成一個酷炫而且真的會爆的自爆按鈕,支援以下幾大功能:

  • 快速有效:敲下這個按鈕的瞬間,所有機敏資料直接GG
  • 鑰匙解鎖:除了避免被你家的貓踩到,看起來更炫,還有自爆前的警報聲
  • 支援遠端系統:只要是能SSH到的設備,就算在地球另一端,一樣給他爆~
  • 支援Linux:其他系統的支援還在開發中~
  • 高速銷毀:敲下去的瞬間完成隨即摧毀檔案系統與磁碟表頭,大幅提高恢復難度
  • 完整銷毀:只要有足夠的時間,資料將會被摧毀到無法恢復的程度
  • 安全性:所有私鑰儲存於獨立的RPi中,外界難以入侵,且可設定在自爆後一併摧毀。
  • 強固性:可以另加3G/4G or 電池,斷電斷網路都不怕!

sample button

sample button

how it works

  1. Unlock the key, the alarm sounds
  2. Hit the button
  3. RPi deamon triggers kill procedure, connecting to servers in list, send kill.sh script
  4. Server runs the kill script, disk wipes and os hangs

To be done

  • Rewrite kill script to support "initrd kill on boot"
  • more secure erase method for RAID or SSD
  • more effective way for "anti-recover"
  • Support encrypt filesystem
  • A fancy box blueprint for 3D printing
  • watchdog to make sure the box is still alive

install instruction

Prepare hardware:

you will need a Rasperberry Pi, you can get one here (you may want to take SD card too)
ofcourse, you will need to setup the OS too, you can Download RASPBIAN, and install instruction here

Also, if you want to have a real button, you will need some electronic circuit skill. here is the ingredients:

  • 1x breadboard
  • 1x box
  • 3x 1k resister
  • 1x LED
  • 1x Key button
  • 1x "Big Red" button
  • some single-core wires or Dupont wires

你會需要一隻Rasperberry Pi,並且灌好OS,我這裡使用的是RASPBIAN,你可以google到線上賣家與安裝指南
同時你也會需要一些電子元件,你可以參考上面的元件列表去電子零件行購買,並參照下面的電路圖進行組裝。 如果你不知道怎麼把組裝完後的GND\5V+\Pin24\Pin26接RPi上,google raspberry pi pinout

You can follow the circuit.png to connect the ingredients together. circuit.png circuit_sample.png

If you don't know where the GND\5V+\Pin24\Pin26 should connect, google raspberry pi pinout may helps you.

Prepare software:

First, the killer used ssh private key to do his job, you will need to setup your private keys and hosts ssh.
you can follow this guide to do so.

自爆裝置透過SSH發送自毀命令,所以你會需要確認你的目標主機都已經配置好root身份的private key了。
你可以參考這邊來配置金鑰登入
*警告:keys目錄內附的金鑰僅供測試用途,為了安全切勿用於正式環境,你必須自己生自己的*

然後把你的金鑰放於keys目錄,並且對應修正buttonAlarm.py中的連線設定

Change settings in buttonAlarm.py
you MUST modify the server list to yours
!!! KEYS IN THE SOURCE ONLY FOR TEST PURPOSE, FOR SECURITY REASON YOU MUST GENERATE YOUR OWN KEYS!!!

# please add your server list and keys here
servers = [
  "-i keys/key1 [email protected]",
  "-i keys/key1 [email protected]"]

Put scripts to your RPi ( Ex. /home/pi/killallbtn )
Then, put your private key to "keys" directory
make sure the permission of all keys is root:root and 600 for security reason.

add startup script in /etc/rc.local ( before the exit statment! )

cd /home/pi/killallbtn 
python buttonAlarm.py &

thats all! power up your RPi, hit the button and enjoy

最後把程式放到RPi裡(例如/home/pi/killallbtn ),把金鑰修改權限為600,在/etc/rc.local中寫入啟動命令(參考上面),就成功了!啟動測試看看?

troll face

hardening your button

If you don't want hackers steal your private key, this step is STRONGLY RECOMMAND.
To build a standalone system, its good to disable sshd, and make sure there is no service open on network.
Or, you can config firewall(iptables) to deny all incoming traffic.
and don't forget to change password

由於RPi中放置了大量的金鑰,如果被攻下來那可能比資料燒掉還要恐怖,請務必完成這一段強化:

  • 更換密碼
  • 設定防火牆關閉外對內連線
  • 關閉sshd

你也可以解除buttonAlarm.py中以下的註解,在按鈕敲下後同時摧毀RPi內的密鑰

and.. prevent someone get your privte keys after you hit the button, you can enable this codes to destruct the RPi itself:

    # === finally, destroy RPi itself. remove marks here ===
    #print("Self-destroy in progress...")
    # erase all keys...
    #from os import listdir
    #from os.path import isfile, join
    #onlyfiles = [ f for f in listdir(keyDir) if isfile(join(keyDir,f)) ]
    #for f in onlyfiles:
    #  os.system("dd count=10 if=/dev/urandom of="+f)
    # kill scripts
    #onlyfiles = [ f for f in listdir('.') if isfile(f) ]
    #for f in onlyfiles:
    #  os.system("dd count=10 if=/dev/urandom of="+f)
    # full disk erase..
    #os.system("dd if=/dev/urandom of=/dev/mmcblk0p2")

Notice

DONT DO ANY ILLEGAL THINGS WITH THIS PROJECT!
請勿使用在非法用途!

License

This code content is released under the BSD License.
Documents released under CC-BY License
The sound effect comes from Google Audio Library "Spaceship Alarm".

killallbtn's People

Contributors

sakura26 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.