Home > php教程 > php手册 > body text

可以检测到网站的安全,是否存在漏洞等

WBOY
Release: 2016-06-06 19:37:51
Original
1480 people have browsed it

代码出处:http://www.haoservice.com/docs/19 无 {"resultcode":"0","reason":"Successed!", "result":{ "state":1, "webstate":1, /*网站安全等级 0:安全 1:警告 2:严重 3:危险 其他:未知*/ "msg":"警告", /*网站安全等级说明*/ "data":{ "loudong":{ /*漏

代码出处:http://www.haoservice.com/docs/19
   
{
"resultcode":"0",
"reason":"Successed!",
    "result":{
        "state":1,
        "webstate":1, /*网站安全等级 0:安全 1:警告 2:严重 3:危险  其他:未知*/
        "msg":"警告", /*网站安全等级说明*/
        "data":{
            "loudong":{  /*漏洞*/
                "high":"0",  /*高危漏洞*/
                "mid":"0",	/*严重漏洞*/
                "low":"3",  /*警告漏洞*/
                "info":"9"  /*提醒漏洞*/
            },
            "guama":{
                "level":0, /*0说明正常*/
                "msg":"没有挂马或恶意内容"
            },
            "xujia":{
                "level":0,
                "msg":"不是虚假或欺诈网站"
            },
            "cuangai":{
                "level":0,
                "msg":"未篡改"
            },
            "pangzhu":{
                "level":0,
                "msg":"没有旁注"
            },
            "score":{
                "score":85,
                "msg":"安全等级打败了全国77%的网站!但略有瑕疵,离五星神站就差一步啦!"
            },
            "google":{
                "level":0,
                "msg":"没有google搜索屏蔽"
            }
        }
    }
}
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template