From 9eeda27439de43c1f0d6b948cd77a44e94ec9046 Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Fri, 29 Jul 2022 23:41:58 +0300 Subject: [PATCH 1/2] add shellclear tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1997af2..818ba75 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog ## Terminal * [shellfirm](https://github.com/kaplanelad/shellfirm) - It is a handy utility to help avoid running dangerous commands with an extra approval step. You will immediately get a small prompt challenge that will double verify your action when risky patterns are detected. +* [shellclear](https://github.com/rusty-ferris-club/shellclear) - It helps you to secure your shell history commands by finding sensitive commands in your all history commands and allows you to clean them ## Operating Systems From 39041a13c56e3ec9b8001f8aad5fc7d2b90a5e8e Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Fri, 29 Jul 2022 23:52:20 +0300 Subject: [PATCH 2/2] add shellclear tool --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 818ba75..d6efe6d 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,8 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog ## Terminal * [shellfirm](https://github.com/kaplanelad/shellfirm) - It is a handy utility to help avoid running dangerous commands with an extra approval step. You will immediately get a small prompt challenge that will double verify your action when risky patterns are detected. -* [shellclear](https://github.com/rusty-ferris-club/shellclear) - It helps you to secure your shell history commands by finding sensitive commands in your all history commands and allows you to clean them +* [shellclear](https://github.com/rusty-ferris-club/shellclear) - It helps you to Secure your shell history commands by finding sensitive commands in your all history commands and allowing you to clean them. + ## Operating Systems