From 7c552f6ee543516c547a730c048c5f0beb28e832 Mon Sep 17 00:00:00 2001 From: Josh Max Date: Sat, 30 Nov 2013 17:11:14 -0800 Subject: [PATCH] Added histprotect. Coming soon. --- histprotect/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 histprotect/README.md diff --git a/histprotect/README.md b/histprotect/README.md new file mode 100644 index 0000000..1ee41d5 --- /dev/null +++ b/histprotect/README.md @@ -0,0 +1,15 @@ +Histprotect - Protect .bash_history from tampering! +=================================================== + +This script will automatically take the required steps necessary to lock down .bash_history. + +Features: + +* Mark .bash_history as append-only +* Make sure that the HISTFILE variable is read-only. +* Check to see if the user is echoing fake history to the file. +* Prevent .bash_history from being read by other users. +* Intelligent auto protect mode. +* Plus more! + +Coming soon \ No newline at end of file