1 Star 0 Fork 2

云上 / WDScanner

forked from fs0crety / WDScanner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 578 Bytes
一键复制 编辑 原始数据 按行查看 历史
tidesec 提交于 2019-02-13 13:15 . Update code
<?php
require(dirname(__FILE__).'/include/config.inc.php');
require(dirname(__FILE__).'/proxy.php');
$m_arr = array('index','manager','scan','login','point','set','info','logout','customer','editcustomer','editscan','siteinfo','cusinfo','vul','spider','search','proxy','pro','spiderinfo','taskspider','spidersearch','report');
$mode = $_GET['m'];
if ($mode == 'report'){
pass;
}else{
#pass;
Checklogin($mode);
}
if(in_array($mode,$m_arr)){
$html_str = call_user_func($mode);
include("html/$mode.html");
}else{
$html_str = index();
include('html/index.html');
}
?>
1
https://gitee.com/on_cloud_admin/WDScanner.git
git@gitee.com:on_cloud_admin/WDScanner.git
on_cloud_admin
WDScanner
WDScanner
master

搜索帮助