https://github.com/zeusssz/drive-wiper
A tool to securely wipe your disk, so no one can steal your sensitive info
https://github.com/zeusssz/drive-wiper
drive-wiper security shell-script
Last synced: 12 months ago
JSON representation
A tool to securely wipe your disk, so no one can steal your sensitive info
- Host: GitHub
- URL: https://github.com/zeusssz/drive-wiper
- Owner: zeusssz
- License: mit
- Created: 2025-01-03T12:47:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T15:00:22.000Z (over 1 year ago)
- Last Synced: 2025-03-11T13:48:05.167Z (over 1 year ago)
- Topics: drive-wiper, security, shell-script
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disk Wiper
>[!WARNING]
This script will **permanently erase all data** on the specified disk. **Use with extreme caution**. The script is provided as-is, and you run it at your own risk.
## Requirements
- Linux-based system (works on most distributions).
- `dd` utility installed (usually included by default on most Linux systems).
- Root (administrator) privileges to access and overwrite block devices.
## Important Disclaimer
By using this script, you acknowledge the following:
- **You are solely responsible** for any data loss, damage, or other consequences that result from running this script.
- **All data on the specified disk will be permanently erased**. This process is irreversible. Ensure that you have backups of any important data before proceeding.
- The script will not check for specific file system types, partitions, or other potential issues that may arise during execution.
- The script does not provide any guarantees, and it is offered "as-is". You assume all risks associated with its use.
- **It is your responsibility to verify the disk** that you wish to overwrite. The script will not prevent you from overwriting critical system disks or partitions.
- If you use this script, you understand and agree that the author and any related parties are not liable for any damage, data loss, or other issues that may occur.
- Use it at your own risk, and please read and understand the above disclaimer before proceeding.