40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
||
"Lookup": { // ip查找
|
||
"Domains": [ // 查找的域名,下面是github最主要的域名
|
||
"github.com",
|
||
"api.github.com",
|
||
"collector.githubapp.com",
|
||
"github.githubassets.com",
|
||
"raw.githubusercontent.com",
|
||
"avatars.githubusercontent.com",
|
||
"favicons.githubusercontent.com"
|
||
]
|
||
},
|
||
"Scan": {
|
||
"HttpsScan": {
|
||
"Rules": { // 域名扫描规则,缺失的域名,将默认HEAD请求到域名的根路径
|
||
"github.com": {
|
||
"Method": "HEAD",
|
||
"Path": "/xljiulang/FastGithub"
|
||
},
|
||
"github.githubassets.com": {
|
||
"Method": "HEAD",
|
||
"Path": "/favicons/favicon.png"
|
||
},
|
||
"raw.githubusercontent.com": {
|
||
"Method": "HEAD",
|
||
"Path": "/xljiulang/FastGithub/master/README.md"
|
||
},
|
||
"avatars.githubusercontent.com": {
|
||
"Method": "HEAD",
|
||
"Path": "/u/8308014?s=40&v=4"
|
||
},
|
||
"favicons.githubusercontent.com": {
|
||
"Method": "HEAD",
|
||
"Path": "/github.com"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|