Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craigmayhew/usbcleanser
Scripts to turn a debian based OS into an automated USB wiper
https://github.com/craigmayhew/usbcleanser
python raspberrypi security thumb-drive usb-drive
Last synced: 26 days ago
JSON representation
Scripts to turn a debian based OS into an automated USB wiper
- Host: GitHub
- URL: https://github.com/craigmayhew/usbcleanser
- Owner: craigmayhew
- Created: 2014-03-31T20:27:12.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2020-08-07T13:56:31.000Z (about 4 years ago)
- Last Synced: 2023-03-24T02:39:14.579Z (over 1 year ago)
- Topics: python, raspberrypi, security, thumb-drive, usb-drive
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
USBCleanser
===========Scripts to turn a debian based OS (including raspberry pi) into an automated USB wiper.
The intended use of these scripts are to make an automated device that securely wipes data from USB drives that are plugged into it.
Instructions For Debian Jessie
============- sudo apt-get install usbmount ntfs-3g
- Place dataObliterator.py in /home/pi/
- Place etc/systemd/system/[email protected] in /etc/systemd/system/[email protected]
- Place etc/udev/rules.d/usbmount.rules in /etc/udev/rules.d/usbmount.rulesInstructions For Debian Before Jessie
============- sudo apt-get install usbmount
- Place dataObliterator.py in /home/pi/
- Place 01_wipe_data in /etc/usbmount/mount.d/01_wipe_data
- chmod 755 /etc/usbmount/mount.d/01_wipe_data
USB Erasers in The Wild
============
![USB Eraser at CRC](/wild/crc_usb_erasing_station.jpg?raw=true "USB Eraser at CRC")ToDo
====Turn this into a single, simple package.
Further Reading
============
http://raspberrypi.stackexchange.com/questions/41959/automount-various-usb-stick-file-systems-on-jessie-lite
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774149
https://www.freedesktop.org/software/systemd/man/systemd.service.html