From b9f16c2308ee5606710b5bab9e11baf835186748 Mon Sep 17 00:00:00 2001 From: rootTHC <57636391+rootTHC@users.noreply.github.com> Date: Fri, 24 Jan 2020 12:55:08 +0000 Subject: [PATCH] Update README.md test --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9a88f5..efd561e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# thc-1001-tips-and-tricks -Various tips & tricks +# THC's Tips & Tricks (Cheat Sheet) -A collection of our favorite tricks. Many of those tricks are not from us. We merely collect them. +A collection of our favourite tricks. Many of those tricks are not from us. We merely collect them. We show the tricks 'as is' without any explanation why they work. You need to know Linux to understand how and why they work. -Got tricks? Send them to root@thc.org. +Got tricks? Send them to root@thc.org or submit a pull request. +[follow this to ssh](#ais-anchor) **1. Leave Bash without history:** @@ -28,6 +28,7 @@ $ id **2. Almost invisible SSH** +####ais-anchor ``` $ ssh -o UserKnownHostsFile=/dev/null -T user@host.org "bash -i" ```