From e7a4a1dbf047b05282eb80d66b4e758854afb506 Mon Sep 17 00:00:00 2001 From: Sterling Meyer Date: Fri, 13 Mar 2026 12:35:05 -0400 Subject: [PATCH] modified: README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42eb24f..8eb6560 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DBan Plus Plus +# DECSEraser ## Connection |Storage Type|Connection Type|Method|Implemented?|Notes| @@ -14,6 +14,22 @@ |Solid State Drive (SATA)|- Baseline
- Secure Erase
- Decommission|- Clear Partitions
- Secure Erase
- 7 Pass Write|- sgdisk
- hdparm
- nwipe|Yes
Yes
Yes| |Solid State Drive (NVMe)|- Baseline
- Secure Erase
- Decommission|- Clear Partitions
- Secure Erase
- 7 Pass Write|- sgdisk
- nvme_cli
- nwipe|Yes
Yes
Yes| +## Logging +|Info|Location|Log To:|Implemented?|Data|Notes| +|-|-|-|-|-|-| +|User|Script Input|Ticket
Logfile|No|Username
|Propably can implement as part of the kerb auth| +|Wipe Details|Script Input|Ticket
Logfile|No|Erase Level
Device Type
Device|| +|Script Output|Terminal Output|Logfile|No|All script output|Via transcribing or output redirection| +|Machine Data|Registry|Ticket
Logfile|No|Machine Name
Domain|HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerName\ComputerName
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters| +|Local Users|Registry
Filesystem|Logfile|No|Local Users List|HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
c:/Users| +|Domain Users|Registry
Filesystem|Ticket
Logfile|No|Domain User List|HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
c:/Users| +|Last Logged On User|Registry|Ticket
Logfile|No|Username|HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI| +|Storage Info|Other|Ticket
Logfile|No|Serial Number
SMART Data|smartctl| +|System Info|Registry|Logfile|No|Manufacturer
Model|HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS
Can't actually be done offline| +|Misc|Misc|Ticket
Logfile|No|Current Time/Date|| + + + ## Other |Goal|Task|Reasoning|Implemented?|Notes| |-|-|-|-|-|