Skip to content

d4rkh0rse/OSINTify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSINTify

OSINTify Banner

OSINTify CI Pipeline contributions welcome Version

OSINTify is a powerful Open Source Intelligence (OSINT) reconnaissance tool designed to gather essential information about a given domain. It performs various lookups and searches to provide insights from WHOIS data to GitHub profiles, DNS records, and more.

🚀 What's New in v1.0.1

  • WHOIS Lookup: Retrieve registration details of a domain.
  • DNS Records: Fetch A records and other DNS entries.
  • Reverse IP Lookup: Find other domains hosted on the same IP.
  • GitHub Recon: Search for related GitHub users and organizations.
  • Google Dorking: Generate and display Google dorks tailored to the target domain.
  • SSL Certificate Details: Get information about the domain's SSL certificate.
  • Subdomain Enumeration: Enhanced output formatting and improved accuracy.

Installation

To use OSINTify, ensure you have Python 3.x installed. Clone the repository and install the required packages:

git clone https://github.com/d4rkh0rse/OSINTify.git
cd OSINTify
pip install -r requirements.txt

Usage

python OSINTify.py -d example.com -subs -ssl -whois -dns -revip -github -dorks

Example Commands

  • Run All Features:

    python OSINTify.py -d example.com -subs -ssl -whois -dns -revip -github -dorks
  • Run Specific Features:

    • Subdomain enumeration and WHOIS lookup:

      python OSINTify.py -d example.com -subs -whois
    • GitHub reconnaissance and DNS lookup:

      python OSINTify.py -d example.com -github -dns

Contribution

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.

Author

D4rk_H0rs3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages