New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
Terug naar de presentatie
DIGI-NETRA
Kauravsrestha-Duryodhan61
Python
OSINT CLI's
Deze repository voegt een API-sleutel die er direct bruikbaar uitziet toe aan de broncode. Sleutels in de gevolgde broncode kunnen kosten met zich meebrengen voor iedereen die ze vindt, en geheime scanners vinden ze snel. Bewaar uw sleutel in een omgevingsvariabele of geheimenbeheerder – nooit in de gecommitteerde code.
DIGI-NETRA is an India-focused number investigator. It prepends the 91 country code to a local number, calls the WhatsApp Data API profile endpoint, and persists the returned profile picture, normalized phone and about text.
It is featured here for the integration, not the implementation: the repository commits a live-looking RapidAPI key directly into its source. Do not copy that pattern — a committed key is billable by anyone who finds it, and secret scanners find them within minutes. Keep your key in an environment variable or secrets manager, never in tracked source.
Eindpunten die het gebruikt
GET /number/91{localNumber} — profile picture URL, normalized phone, about text.
Dezelfde oproep
import os, requests
# Read the key from the environment — never commit it.
number = "91" + local_number
url = f"https://wp-data.p.rapidapi.com/number/{number}"
headers = {
"x-rapidapi-host": "wp-data.p.rapidapi.com",
"x-rapidapi-key": os.environ["RAPIDAPI_KEY"],
}
profile = requests.get(url, headers=headers).json()Bouw met dezelfde API
Dit project maakt gebruik van de openbare WhatsApp Data API. Vraag een sleutel aan en doe binnen enkele minuten je eerste verzoek.
Wat Onze Gebruikers Zeggen
Echte reviews van onze tevreden klanten
4.5/5 (176 reviews)