站点基本信息分析
GET
/api/analysis/site/basic
请求参数
Authorization
在 header 添加参数
Token
示例:
Token: ********************
Query 参数
site
string
必需
示例值:
aHR0cDovL3d3dy5iYWlkdS5jb20=
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.birdy02.com:8443/api/analysis/site/basic?site=aHR0cDovL3d3dy5iYWlkdS5jb20=' \
--header 'Token;'
返回响应
🟢200成功
application/json
Body
success
boolean
响应是否成功
code
integer
必需
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
必需
urls
array[string] | null
必需
redirect
string
必需
keywords
string
必需
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"
}
修改于 2024-11-14 09:11:17