返回展示区

WhatsApp-OSINT

gagaltotal0
Go
OSINT CLIs

gagaltotal/WhatsApp-OSINT is the only Go implementation in the ecosystem. It calls the WhatsApp Data API profile endpoint with the leak-check option enabled inline, and also exposes the standalone leak-check route.

For Go developers it is a useful starting point: the request is a plain net/http GET with the two RapidAPI headers, and the response decodes cleanly into a struct.

它使用的端点

GET /number/{phone}?includeLeakCheckPro=true — profile plus the leak-check signal in one response.
GET /leakcheck/{phone} — standalone leak-check lookup.

同样的通话

GO
req, _ := http.NewRequest("GET",
    "https://wp-data.p.rapidapi.com/number/14155552671?includeLeakCheckPro=true", nil)
req.Header.Set("x-rapidapi-host", "wp-data.p.rapidapi.com")
req.Header.Set("x-rapidapi-key", os.Getenv("RAPIDAPI_KEY"))
res, _ := http.DefaultClient.Do(req)

使用相同的 API 进行构建

本项目基于公开的 WhatsApp 数据 API 运行。获取密钥后,几分钟内即可发出您的第一个请求。

用户评价

来自满意客户的真实评价

4.5/5 (176 评论)