From c578a884b8c519a4d907cafa60d7ce49802f3f53 Mon Sep 17 00:00:00 2001 From: Narsty Date: Thu, 22 Jun 2023 00:18:35 -0500 Subject: [PATCH] Update Reverse Shell.txt --- RECON/Reverse Shell.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RECON/Reverse Shell.txt b/RECON/Reverse Shell.txt index 47c08bd..20cb295 100644 --- a/RECON/Reverse Shell.txt +++ b/RECON/Reverse Shell.txt @@ -12,7 +12,7 @@ REM If the connection is successful, you should now have a remote shell session REM To kill the listening port (53000 in this case) REM you can use the kill command followed by the process ID (PID#) -REM to find the PID use command ' ps -ef | grep "nc -lvp 53000" ' +REM to find the PID use command 'ps -ef | grep "nc -lvp 53000"' REM Once you have the PID # run the command 'kill '