Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•΅οΈβ€β™€οΈ OSINTCAT

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.

πŸ“¦ Installation

pip install osintcat

πŸš€ Quick Start

from 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)

πŸ› οΈ Available Modules

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

πŸ”§ Configuration

osintcat requires a cat_id for authentication. You can get your cat id on our website ( Only for premium users. ).

πŸ”„ Changelog

See CHANGELOG for version history.

About

osintcat python package

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages