2025-02-27 10:05:50 +08:00
|
|
|
{
|
|
|
|
"AI": "qianwen",
|
|
|
|
"apiKeys": {
|
|
|
|
"kimi": "sk-xxxxxxx",
|
|
|
|
"deepseek": "sk-yyyyyyy",
|
|
|
|
"qianwen": "sk-zzzzzzz"
|
|
|
|
},
|
2025-02-27 16:24:58 +08:00
|
|
|
"headers2": {
|
|
|
|
"Cookie":"Cookie2",
|
|
|
|
"User-Agent": "PrivHunterAI",
|
|
|
|
"Custom-Header": "CustomValue"
|
|
|
|
},
|
2025-02-27 10:05:50 +08:00
|
|
|
"suffixes": [
|
|
|
|
".js", ".ico", ".png", ".jpg", ".jpeg", ".gif", ".bmp", ".svg", ".ttf", ".woff", ".woff2", ".eot", ".otf",
|
|
|
|
".mp3", ".wav", ".ogg", ".mp4", ".webm", ".avi", ".css", ".scss", ".less",
|
|
|
|
".tmp", ".temp", ".cache", ".swp",
|
|
|
|
".log", ".err",
|
|
|
|
".env", ".json", ".yml", ".yaml", ".xml", ".ini",
|
|
|
|
".class", ".dll", ".so", ".zip", ".tar", ".gz",
|
|
|
|
".txt", ".md", ".doc", ".docx", ".pdf", ".csv", ".xlsx", ".xls", ".sh", ".bat",
|
|
|
|
".gitignore", ".lock", ".bak"
|
|
|
|
],
|
|
|
|
"allowedRespHeaders": [
|
|
|
|
"image/png",
|
|
|
|
"text/html",
|
|
|
|
"application/pdf",
|
|
|
|
"text/css",
|
|
|
|
"audio/mpeg",
|
|
|
|
"audio/wav",
|
|
|
|
"video/mp4",
|
|
|
|
"application/grpc"
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|