This is a Bash script designed to recursively overwrite all contents within a specified directory.
Once the overwriting process begins, recovering the files will be extremely challenging. The script utilizes
the shred command to ensure irreversible overwriting of the files.
- Clone the repository
$ git clone https://github.com/arg0n3x/r3cder.git- Grant execution permissions to the script
$ chmod 700 r3cder- A basic usage of the script
$ ./r3cder -d <directory path> -o <overwrite count>- Use the
-hparameter for additional help
$ ./r3cder -hNOTE
This script recursively overwrites the directory and its subdirectories, making file recovery extremely challenging.