العودة إلى العرض

WhatsApp-OSINT

gagaltotal0
Go
واجهات سطر الأوامر للاستخبارات مفتوحة المصدر

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).

يعتمد هذا المشروع على واجهة برمجة تطبيقات بيانات واتساب العامة. احصل على مفتاح وقم بإجراء طلبك الأول في غضون دقائق.

ما يقوله مستخدمونا

تقييمات حقيقية من عملائنا الراضين

4.5/5 (176 تقييمات)