
自动化OSINT工具,用于电话号码发现、模式检测和跨平台关联。
一款用于跨多种身份向量(电话号码、用户名,未来支持邮箱)自动化 OSINT 调查的工具,旨在提取结构化数据并实现模式检测与关联分析。
individualgroupduophone_match)high → 确认的电话匹配并伴有强信号medium → 部分匹配或上下文相关low → 可能是噪音或通用列表telegramsocialdatingsugaradult_creatorescort_sitesforumsddgs 获取更可靠的搜索结果python search_phone.py --phone 660XXXXXXX
python search_username.py --username exampleuser
[
{
"query": "\"660XXXXXX\"",
"title": "示例列表",
"link": "https://example.com/ad.html",
"domain": "example.com",
"type": "individual",
"score": 4,
"phone_match": true,
"confidence": "high"
}
]
{
"username": "exampleuser",
"platforms_detected": {
"telegram": false,
"social": true,
"dating": false,
"sugar": false,
"adult_creator": true,
"escort_sites": true,
"forums": true
},
"results": [
{
"title": "示例个人资料",
"link": "https://example.com/profile",
"categories": ["social"],
"score": 3
}
]
}
电话:
用户名:
本项目是更广泛 OSINT 工作流的一部分,侧重于数据关联而非简单的数据收集。
目标是将原始搜索结果转化为结构化且可操作的情报,从而能够跨多个平台检测模式。