Advertisement
Guest User

kentod

a guest
May 20th, 2019
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Reverse Path | Beauty Of Darknet</title>
  5. <meta name="description" content="Menolak malas v:">
  6. <meta name="keyword" content="By KangKlepfound">
  7. <link href="https://fonts.googleapis.com/css?family=Iceberg" rel="stylesheet">
  8. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  9. </head>
  10. <?php
  11. //tool add path
  12. //thanks IndoXploit
  13. //by KangKlepfound
  14. //N0_0B174 - N0k3P0_404 - P0RTG4S-07 -./Elliot - xAnony18 - Mrxm0d - Mr.wexent - Ajah17 - O-Hero - TN72 - E_NATA - SIZU4IRI_X - Xmuezza - JNDRL - Ponorogo Defacer Team
  15. ?>
  16. <body>
  17. <style type="text/css">
  18.  
  19. html{
  20. background: white;
  21. }
  22. textarea:hover{
  23. border:2px solid #33a7ff;
  24. color: white;
  25. border-radius: 4px 4px;
  26. }
  27. input:hover{
  28. border:2px solid #33a7ff;
  29. color: black;
  30. border-radius: 4px 4px;
  31. }
  32. h1{
  33. font-family: Iceberg;
  34. }
  35. @media screen and (max-width: 780px){
  36. h1{
  37. width: auto;
  38. float: none;
  39. }
  40. .url{
  41. width: auto;
  42. float: none;
  43. }
  44. textarea{
  45. width: auto;
  46. float: none;
  47. }
  48. input{
  49. width: auto;
  50. float: none;
  51. }
  52.  
  53. }
  54.  
  55. </style>
  56. <div style="width:100%; height: 100px; top:0px; margin-left: -6px; position: fixed; background:white; box-shadow:0px 5px #666666">
  57. <center>
  58. <h1><font color=#808079>Reverse Path </h1>
  59. </center>
  60. </div>
  61. <div style="width:100%; height: 480px; border-bottom: 3px solid #eeeeee;" >
  62. <br><br><br><br><br><br>
  63. <form action='' method='post'>
  64. <center>
  65. <input type='text' name='url' style="width: 55%; height:30px; border-radius: 4px 4px;" placeholder="/admin , /timthumb.php , /filemanager/dialog.php , /kcfinder/upload.php">
  66. </center>
  67. <br>
  68. <center>
  69. <textarea name='path' placeholder="if your website https content https://yoursite.com and if there is no https content example.com" style="width: 60%; color: white; height: 250px; border:2px solid #33a7ff; border-radius: 4px 4px; background: #444444;"></textarea>
  70. </center>
  71. <center><input type='submit' name='gas' value="reverse!" style="margin: 20px auto;">
  72. </center>
  73. </form>
  74. </div>
  75. <?php
  76. //tool add path
  77. //thanks IndoXploit
  78. //by KangKlepfound
  79.  
  80. error_reporting(E_ALL ^ (E_NOTICE | E_WARNING));
  81.  
  82. //eksekusi
  83.  
  84. if($_POST['gas']){
  85. $url = $_POST['url'];
  86. $path = $_POST['path'];
  87. $asw = explode("\r\n", $path);
  88.  
  89. foreach($asw as $_path){
  90. $full = "$_path$url";
  91. $ch = curl_init($full);
  92. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  93. curl_setopt($ch, CURLOPT_HEADER, true);
  94. curl_setopt($ch, CURLOPT_NOBODY, true);
  95. curl_setopt($ch, CURLOPT_TIMEOUT,10);
  96. curl_setopt($ch, option, value);
  97. $exec = curl_exec($ch);
  98. $info = curl_getinfo($ch, CURLINFO_HTTP_CODE);
  99. curl_close($ch);
  100. echo "
  101.  
  102. <style type='text/css'>
  103. a{
  104. color:white;
  105. pading-top:50px;
  106. text-decoration:none;
  107. text-align:center;
  108. }
  109. table{
  110. background:none;
  111. color:white;
  112. width:60%;
  113. height:35px;
  114.  
  115. border: 1px solid white;
  116. }
  117. td{
  118. border:none;
  119. color:#33a7ff;
  120. background:#333333;
  121. }
  122.  
  123. .code{
  124. pading:10px auto;
  125. text-align:center;
  126. width:30px;
  127. background:#33a7ff;
  128. border-radius:2px;
  129. color:white;
  130. }
  131.  
  132. html{
  133. background:white;
  134. }
  135. </style>
  136. <center>
  137. <table width='550px' >
  138. <tr>
  139. <td style='width:85%;'>$full</td>
  140. <td><center><div class='code'><b>$info<b></div></center></td>
  141. <td><center><a href='//$full' target='_blank' i class='fa fa-external-link'></a></center></td>
  142. <td><center><a href='$full' target='_blank' i class='fa fa-external-link-square'></a>
  143. </center></td>
  144. </tr>
  145. </table>
  146. </center>";
  147. }
  148. }
  149. ?>
  150. </body>
  151. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement