SkillAgentSearch skills...

Disktroy

Disktroy is a program to destroy the contents of a particular disk. The drive is zeroed out and random bytes for further data destruction are written.

Install / Use

/learn @Hridoy-31/Disktroy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src="img/Disktroy.png" alt="Disktroy Logo" width=200 height=200/>

GitHub issues GitHub forks GitHub stars GitHub license GitHub language count GitHub top language GitHub code size in bytes GitHub repo size Lines of code Repo status

Disktroy

Disktroy is a program to destroy the contents of a particular disk. The drive is zeroed out and random bytes for further data destruction are written.

Usage: disktroy <drive 1> [drive 2] ...

Remove the contents of a drive(s).

Options:
	-z, -0, --zero	Don't write random bytes
	-n, --num-reps	Number of repeatation (defaults to 1)
	-Y		Don't ask for confirmation (NOT RECOMMENDED)
	-h, --help	Display this help and exit
	-V, --version	Display this version information and exit

Examples:
	disktroy /dev/sdb
	disktroy /dev/sdb /dev/sdc
	disktroy -z /dev/sdb
	disktroy -n 2 /dev/sdb

NOTE: This program requires root privileges to run.
      You can use "sudo" also.

Requirements

  1. GCC
  2. GNU Make
  3. PyQt5 (for the GUI front-end)

Setup

Disktroy is currently only available for installation and execution on Linux. Download and update the source tree to the source directory. To build and install Disktroy, run make install.

View on GitHub
GitHub Stars4
CategoryContent
Updated3y ago
Forks0

Languages

C

Security Score

70/100

Audited on Mar 7, 2023

No findings