OSINTCAT is a powerful and flexible Open Source Intelligence (OSINT) tool that allows you to gather intelligence from various sources with just a few lines of code.
pip install osintcatfrom osintcat import osintcat
result = osintcat(cat_id="", module="breach", query="target@example.com")
print(result)
discord_info = osintcat(cat_id="", module="discord", query="ID")
print(discord_info)
email_osint = osintcat(cat_id="", module="email-osint", query="target@example.com")
print(email_osint)| Module | Description | Input Example |
|---|---|---|
breach |
Data breach Lookup | target@example.com |
discord |
Discord ID 2 IP | ID |
email-osint |
Email OSINT Lookup | target@example.com |
osintcat requires a cat_id for authentication. You can get your cat id on our website ( Only for premium users. ).
See CHANGELOG for version history.