Nuevo: fotos de perfil de Facebook
Activa fbProfilePic para obtener la foto asociada al leak de Facebook. Las imágenes quedan versionadas y disponibles desde caché.
Volver a la presentación
DIGI-NETRA
Kauravsrestha-Duryodhan61
Python
CLI de OSINT
Este repositorio añade una clave API visible a su código fuente. Las claves en el código fuente rastreado pueden ser objeto de cobro por parte de cualquiera que las encuentre, y los escáneres de secretos las detectan rápidamente. Guarda la tuya en una variable de entorno o en un gestor de secretos; nunca la incluyas en el código fuente.
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.
Puntos finales que utiliza
GET /number/91{localNumber} — profile picture URL, normalized phone, about text.
La misma llamada
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()Construir con la misma API
Este proyecto funciona con la API pública de datos de WhatsApp. Obtén una clave y realiza tu primera solicitud en minutos.
Lo Que Dicen Nuestros Usuarios
Reseñas reales de nuestros clientes satisfechos
4.5/5 (176 reseñas)