From 3a331934865419bf0413c8d9123866eb3d2618fc Mon Sep 17 00:00:00 2001 From: "alaskanhighlander1@gmail.com" Date: Mon, 24 Apr 2023 23:02:32 +0000 Subject: [PATCH] added link to Hak5 autossh LAN turtle demonstration. --- payloads/library/remote-access/SSH-remote-access/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/payloads/library/remote-access/SSH-remote-access/readme.md b/payloads/library/remote-access/SSH-remote-access/readme.md index b418f9b..02f50ba 100644 --- a/payloads/library/remote-access/SSH-remote-access/readme.md +++ b/payloads/library/remote-access/SSH-remote-access/readme.md @@ -35,6 +35,10 @@ targets. --- +A good background for this payload is this video that Darren made doing this on the Lan Turtle: + https://www.youtube.com/watch?v=uIdvvrDrRj0 + + This payload requires an SSH server be operational somewhere on the internet. Typically, a password is required to acquire shell access to these servers. This is a pain if you're trying to do everything automatically, so openssh allows for cryptographic pubkey authentication. More on this here: