站点基本信息分析
GET
/api/analysis/site/basicAPI简介
- 可分析站点基本情况、提取页面中的域名、ip、邮箱、站点是否存在暗链
注意
- 接口问题联系相关负责人沟通修复: 联系该接口开发者
注意事项
- 请求速率请不要太高哦,最好1s/次,小成本服务,会502
- 如果您需要与我取得联系,请联系我:联系方式
- 再次感谢您对我们的支持与信任!!!
请求参数
Query 参数
site
string
必需
分析的站点,base64加密后的url
示例值:
aHR0cDovL3d3dy5iYWlkdS5jb20=
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
响应是否成功
code
integer
必需
信息是否获取成功,200成功
data
object
响应数据
title
string
站点标题
status
integer
响应状态码
timer
number
响应时长
server
string
站点服务
charset
string
站点编码格式
length
integer
响应字节长度
anlian
array[string] | null
匹配到的暗链关键字
domains
array[string] | null
匹配到的域名
ips
array[string] | null
匹配到的IPv4
sCode
string
网站源码
vul
array [object] | null
监测到的漏洞
header
string
响应头
link
string
必需
最终访问的url,如果有302等跳转,则为跳转后的链接
urls
array[string] | null
必需
页面中提取到的url
redirect
string
必需
keywords
string
必需
页面keywords
description
string
页面描述
emails
array[string] | null
页面中提取到的邮箱
GithubAccessToken
object
必需
idCard
array[string] | null
必需
页面中提取到的身份证号
msg
string
必需
存在错误时,返回提示信息
timer
string
本次响应的信息时间
示例
{
"success": true,
"code": 200,
"data": {
"title": "",
"status": 200,
"timer": 0.076001,
"server": "BWS/1.1",
"charset": "gbk",
"length": 227,
"anlian": null,
"domains": null,
"ips": null,
"sCode": "<html>\r\n<head>\r\n\t<script>\r\n\t\tlocation.replace(location.href.replace(\"https://\",\"http://\"));\r\n\t</script>\r\n</head>\r\n<body>\r\n\t<noscript><meta http-equiv=\"refresh\" content=\"0;url=http://www.baidu.com/\"></noscript>\r\n</body>\r\n</html>",
"vul": null,
"header": "HTTP/1.1 200 OK\nDate: Sat, 28 Sep 2024 11:24:40 GMT\nServer: BWS/1.1\nSet-Cookie: BD_NOT_HTTPS=1; path=/; Max-Age=300\nSet-Cookie: PSTM=1727522680; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com\nSet-Cookie: H_PS_PSSID=60450_60840; path=/; expires=Sun, 28-Sep-25 11:24:40 GMT; domain=.baidu.com\nSet-Cookie: BAIDUID=4CF4EFB9141CC63C474898CA37A7625E:FG=1; Path=/; Domain=baidu.com; Max-Age=31536000\nSet-Cookie: BAIDUID_BFESS=4CF4EFB9141CC63C474898CA37A7625E:FG=1; Path=/; Domain=baidu.com; Max-Age=31536000; Secure; SameSite=None\nAccept-Ranges: bytes\nContent-Length: 227\nContent-Security-Policy: frame-ancestors 'self' https://chat.baidu.com http://mirror-chat.baidu.com https://fj-chat.baidu.com https://hba-chat.baidu.com https://hbe-chat.baidu.com https://njjs-chat.baidu.com https://nj-chat.baidu.com https://hna-chat.baidu.com https://hnb-chat.baidu.com http://debug.baidu-int.com;\nTraceid: 1727522680044893543417295590403440792403\nX-Ua-Compatible: IE=Edge,chrome=1\nX-Xss-Protection: 1;mode=block\nContent-Type: text/html\nPragma: no-cache\nCache-Control: no-cache\nConnection: keep-alive\n",
"link": "https://www.baidu.com/",
"urls": [
"http://www.baidu.com/"
],
"redirect": "",
"keywords": "",
"description": "",
"emails": null,
"GithubAccessToken": {
"Github": null
},
"idCard": null
},
"token": "",
"msg": "Response Success",
"timer": "2024-09-28 19:24:40"
}
最后修改时间: 2 个月前