diff --git a/README.md b/README.md index 299b0b1..8fc0dbb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ We show the tricks 'as is' without any explanation why they work. You need to kn Got tricks? Send them to root@thc.org. -**1. Leave bash without history:** +**1. Leave Bash without history:** Tell Bash that there is no history file (*~/.bash_history*). ``` @@ -21,7 +21,7 @@ It is good housekeeping to 'commit suicide' when exiting the shell: $ kill -9 $$ ``` -**2. Almost invisible ssh** +**2. Almost invisible SSH** ``` $ ssh -o UserKnownHostsFile=/dev/null -T user@host.org "bash -i" @@ -159,7 +159,7 @@ Decode: $ xxd -p -r >issue.net-COPY ``` -**13. File transfer - screen from REMOTE to LOCAL** +**13. File transfer - using *screen* from REMOTE to LOCAL** Transfer a file FROM the remote system to your local system: @@ -185,7 +185,7 @@ $ openssl base64 -d