쇼케이스로 돌아가기

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를 사용합니다. API 키를 발급받아 몇 분 안에 첫 번째 요청을 보내세요.

사용자 리뷰

만족한 고객들의 실제 리뷰

4.5/5 (176 리뷰)