Releases: Clats97/ClatScope
ClatScope Info Tool 1.21
ClatScope 1.20
CHANGELOG
[2025-06-25] Version 1.20
- New: Automatic installation of all dependencies / packages, negating the need to manually pip install.
- New: Sherlock Username Search, which checks hundreds of websites for a matching username using Sherlock. This is one of three username search functions in this tool.
- New: Complete IP Details, which retrieves detailed information about an IP address.
- New: SpamCheck Search, which will analyze input text and notify you whether it is considered spam, giving you a score out of 10. NOTE: YOU MUST PASTE THE TEXT AS ONE LINE FOR IT TO WORK PROPERLY.
- New: Info Scrape function, which scrapes contact information from a given URL. This function is identical to my standalone scraping tool called InfoHarvest, and has been fully implemented into ClatScope.
- New: Email Validation function, which retrieves a short validation report for a given email address.
- New: SherlockEye ID Search, which gives you an ID number based on your query, to be used in the function below.
- New: SherlockEye Full Search gives you detailed information about a target individual's ID number from the above function.
ClatScope 1.19
CHANGELOG
VERSION 1.19 WAS REMOVED DUE TO AN ACCIDENTAL LEAK OF A THIRD PARTIES SENSITIVE DATA
[2025-06-20]
-
Additions
- Automatic dependency bootstrapper
bootstrap_deps()installs all third-party libraries at runtime. - New utilities:
spam_checker_tool,website_contact_scraper,email_verification_check, plus Hunter IO (hunter_company_enrichment,hunter_person_enrichment,hunter_combined_enrichment) and infrastructure helpers (basic_port_scan,bulk_domain_processing). - Password-hygiene module (
check_password_strength,password_strength_tool) with helper_is_repeating_charsfor entropy checks. - Expanded OSINT coverage: new
username_checkbased on the WhatsMyName dataset and a greatly enlarged deep-account site list. - IP-intel aggregator
autoscan_ip_info(plus revisedip_info) for enriched Geo/IP context.
- Automatic dependency bootstrapper
-
Changes / Improvements
validate_domain_input()now blocks only double-dots ("..") instead of any dot, restoring acceptance of standard FQDNs.get_ip_details()andip_info()refactored for structured output and stronger error handling.- All
autoscan_*routines (subdomain, relationship, DNSBL, etc.) updated to produce richer logs and optional JSON exports.
-
Removals / Deprecations
- Obsolete
find_criminal_records()API wrapper removed. reddit_user_info()endpoint dropped.- Legacy
ThreadPoolExecutorimport eliminated in favor ofmultiprocessing/queue-based workers.
- Obsolete
ClatScope 1.18
CHANGELOG
- Fixed Password Strength Tool
ClatScope 1.17
CHANGELOG71
- Removed function 47 (Reddit User Search) because it is a duplicate of function 71
- Released ClatScope Mini, a variant of ClatScope Info Tool that does not require any API keys and will function on its own.
ClatScope 1.16
CHANGELOG
- Cleaned up redundant functions, ClatScope 1.15 was a mess and had many duplicate functions by accident
ClatScope 1.15
CHANGELOG
-
API & Configuration Updates:
- Removed the Google Custom Search API key placeholders (API_KEY, CX, and CLIENT_ID) so that only HIBP_API_KEY remains, because Google Custom Search API is no longer used.
- Changed Perplexity API call parameters by lowering the temperature from 1.1 to 0.7 and enabling streaming responses.
-
New “Autoscan” Functions (Aggregate OSINT Features):
-
Added several “autoscan_…” functions (e.g.
autoscan_ip_info,autoscan_deep_account_search,autoscan_reverse_phone_lookup,autoscan_dns_lookup,autoscan_fact_check_text,autoscan_predicta_search,autoscan_business_search,autoscan_person_search, andautoscan_castrick_email_search) that perform and format multiple checks in one integrated report. -
Introduced an
autoscan_search()function that aggregates multiple lookups (person search, IP info, deep account search, phone info, DNS lookup, WHOIS, reverse phone lookup, DNSBL check, business search, subdomain enumeration, relationship search, castrick search, Predicta search, and fact check) into one unified report.
-
-
Additional Lookup and Verification Functions:
- New lookup functions for phone and IP details via external services:
ipstack_lookup()for detailed IP information.veriphone_lookup()andnumverify_lookup()for verifying phone numbers.
- Added
osint_investigation_search()for general OSINT investigations. - Added
contact_extractor()to retrieve comprehensive contact information from open sources.
- New lookup functions for phone and IP details via external services:
-
Enhanced Social Media and Media Analysis:
- New functions for image and social profiles that were not in the first version:
instagram_checker()to check Instagram usage.face_similarity()for comparing two image URLs.reverse_image_search()to perform a reverse image search.- An added
x_checker()for checking X/Twitter-related data.
- Updated the Reddit user info function for improved formatting and error handling.
- New functions for image and social profiles that were not in the first version:
-
New Conflict Analysis:
- Introduced
conflict_search()to analyze and report potential conflicts of interest between two entities.
- Introduced
-
Menu and Version Enhancements:
- The main menu is significantly expanded, with many additional options.
- The banner version is updated from Version 1.11 to Version 1.15.
GUI version coming soon
ClatScope
ClatScope
CHANGELOG
FIXED:
- Corrected several fatal errors that prevented the script from running.
*ADDED:
- Emal Domain Search: Gather information about an email address.
- Criminal Record Search (USA Only): Identify known criminals.
- Identity Generator: Creates a fake identity for privacy or obfuscation
- Phone Number Check: Gathers details about a phone number and tells you if its a virtual number or valid number.
- Phishing Search: Identifies a domain that may engage in phishing.
- MAC Address Search: Searches and gathers details based on a MAC accress.