ClatScope Info Tool – A versatile OSINT utility for retrieving geolocation, DNS, WHOIS, phone, email, usernames, person related data, password strength, data breach information and more. Perfect for investigators, pentesters, or anyone looking for a quick reconnaissance script.
Version: BETA
Author: Joshua M Clatney aka Clats97 (Ethical Pentesting Enthusiast)
ClatScope Info Tool is an all-in-one OSINT (Open-Source Intelligence) utility script that queries public APIs, DNS records, and other online resources to gather and display information about IPs, domains, emails, phone numbers, and more. You will need a Google Custom Search API and a Have I Been Pwned API to take advantage of all the features ClatScope has to offer.
- IP Information – Extract IP geolocation, ISP, and Google Maps link.
- Deep Account Search & Username Search – Check over 250 websites to see if a given username exists.
- Phone Number Parsing – Validate phone numbers, determine carriers, and check region.
- DNS & Reverse DNS – Retrieve DNS records (A, CNAME, MX, NS) and PTR records.
- Email Lookup – Check MX records, validate format, parse email headers for IP addresses, and more.
- Email Breach Search - Checks Have I Been Pwned to determine if an email address has been compromised.
- Email Header Analysis - Analyzes an email header and extracts data.
- Person Search - Look up public details about a person.
- WHOIS Lookup – Fetch domain registration details.
- Password Strength Check – Rate your password’s strength based on multiple criteria.
- Theme/Color Settings – Adjust console output color.
-
Clone the Repository:
git clone https://github.com/Clats97/ClatScope-Info-Tool.git
-
Install Dependencies:
pip install requests pystyle phonenumbers dnspython email_validator beautifulsoup4 whois
-
Run the Script: bash python clatscope_info_tool.py
When you run the script, it will present you with a menu. Simply type the number corresponding to the function you wish to use, and follow the on-screen prompts. For example:
-
IP Info Search – Option [1]
-
Deep Account Search – Option [2]
-
DNS Search – Option [4]
-
etc.
-
IN ORDER FOR THE PASSWORD STRENGTH ANALYZER TO WORK PROPERLY, YOU MUST OPEN CLATSCOPE INFO TOOL IN THE FOLDER THAT HAS "PASSWORDS.TXT"
-
You will need to enter your own Google Custom Sesarch & Have I been Pwned API key to use all the features in this tool.
- Fork this repository`
- Create a new Pull Request
We welcome any improvements or additional OSINT features!
This project is released under the Apache 2.0 License.