Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Last active May 7, 2024 05:12
Show Gist options
  • Save anibalardid/b2d4025152d913e398fcef6830d89cad to your computer and use it in GitHub Desktop.
Save anibalardid/b2d4025152d913e398fcef6830d89cad to your computer and use it in GitHub Desktop.
rm securely #linux #security #hack #s4vitar
#remove file securely, anti recovery
function rmk(){
scrub -p dod $1
shred -zun 10 -v $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment