New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
العودة إلى العرض
Whatsapp-Osint
Whomrx66623
Python
واجهات سطر الأوامر للاستخبارات مفتوحة المصدر
Whomrx666/Whatsapp-Osint is a compact Python lookup tool. It reads the API host and key from configuration and calls the profile endpoint for a single number, printing the presence and profile fields.
The repository obfuscates its request configuration (base64), but the underlying call is the standard GET /number/{phone} against the WhatsApp Data API. Its README links to the API listing as the data source.
نقاط النهاية التي يستخدمها
GET /number/{phone} — standard presence + profile block.
نفس المكالمة
import requests
resp = requests.get(
f"https://wp-data.p.rapidapi.com/number/{number}",
headers={
"x-rapidapi-host": "wp-data.p.rapidapi.com",
"x-rapidapi-key": "YOUR_RAPIDAPI_KEY",
},
)
print(resp.json())قم بالبناء باستخدام نفس واجهة برمجة التطبيقات (API).
يعتمد هذا المشروع على واجهة برمجة تطبيقات بيانات واتساب العامة. احصل على مفتاح وقم بإجراء طلبك الأول في غضون دقائق.
ما يقوله مستخدمونا
تقييمات حقيقية من عملائنا الراضين
4.5/5 (176 تقييمات)