EN
ENNA

Ignorant

GPL-3.0

๐Ÿ”Ž General OSINT ยท Python

Ignorant is an OSINT tool that allows you to check if a phone number is used on different platforms like Snapchat, Instagram, and other services. Unlike tools that scrape profiles, Ignorant works by using the password reset and account recovery flows of various services, which typically reveal whether an account exists for a given phone number without notifying the account holder. This makes it a passive reconnaissance tool - the target receives no notification that their phone number was checked. Ignorant is written in Python with a modular architecture that makes it easy to add new platform checks. It's particularly useful during the reconnaissance phase of social engineering assessments, missing person investigations, or when building a profile of a target's digital footprint across services.

1.6kstars
243forks
30issues
Updated 1y ago

Installation

pip

$ pip install ignorant

from source

$ git clone https://github.com/megadose/ignorant.git && cd ignorant && pip install -r requirements.txt

Use Cases

  • Checking if a phone number is registered on Snapchat, Instagram, and other platforms
  • Building a target's digital footprint during the reconnaissance phase
  • Social engineering assessment preparation with passive phone number lookups
  • Verifying phone number associations without alerting the target account holder

Tags

phone-osintaccount-lookuppassive-reconsocial-mediadigital-footprintamazoninstagramosintphone-numberpythonsnapchattrio

More in General OSINT