शोकेस पर वापस जाएँ

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 समीक्षाएं)