Skip to content

Anti-Forensics/SimpleWiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleWiper

Simple Windows and Linux Data Wiping Projects

Wiping a Small File

.\SimpleFileWiper.exe C:\tools\test\smallfile.txt
[+] The end of/or entire file has been overwritten: (7 bytes of data)
[+] File overwritten successfully.
[+] File deleted after being overwritten.

Wiping a Large File

.\SimpleFileWiper.exe C:\tools\test\largefile.mp4
Progress: 178,053 blocks (4096 bytes) of 178,054 blocks.
[+] The end of/or entire file has been overwritten: (3782 bytes of data)
[+] File overwritten successfully.
[+] File deleted after being overwritten.