From ec656a8b64f572bc64b85c6a76bcc0124f3d2168 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:56:25 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48a3883..8f3a94a 100644 --- a/README.md +++ b/README.md @@ -1695,7 +1695,11 @@ curl -fL https://github.com/signalapp/Signal-Desktop/files/15037868/update-for-f Get [essential information](https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet/blob/master/tools/whatserver.sh) about a host: ```sh -curl -fsSL https://thc.org/ws | bash +bash -c "$(curl -fsSL https://thc.org/ws)" +``` +or +```sh +bash -c "$(curl -fsSL https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet/raw/master/tools/whatserver.sh)" ``` netstat if there is no netstat/ss/lsof: