Skip to content

Releases: Clats97/ClatScope

ClatScope Info Tool 1.21

21 Aug 19:52
fd68bc8

Choose a tag to compare

CHANGELOG

[2025-08-21]

  • Fixed reverse image search function
  • Minor coding changes

ClatScope 1.20

25 Jun 23:23
46a69fb

Choose a tag to compare

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

20 Jun 04:36
c37031b

Choose a tag to compare

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_chars for entropy checks.
    • Expanded OSINT coverage: new username_check based on the WhatsMyName dataset and a greatly enlarged deep-account site list.
    • IP-intel aggregator autoscan_ip_info (plus revised ip_info) for enriched Geo/IP context.
  • Changes / Improvements

    • validate_domain_input() now blocks only double-dots ("..") instead of any dot, restoring acceptance of standard FQDNs.
    • get_ip_details() and ip_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 ThreadPoolExecutor import eliminated in favor of multiprocessing/queue-based workers.

ClatScope 1.18

21 May 10:18
f53bd44

Choose a tag to compare

CHANGELOG

  • Fixed Password Strength Tool

ClatScope 1.17

17 May 18:12
c83f05b

Choose a tag to compare

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

14 May 15:33
c83f05b

Choose a tag to compare

CHANGELOG

  • Cleaned up redundant functions, ClatScope 1.15 was a mess and had many duplicate functions by accident

ClatScope 1.15

09 Apr 01:38
cf4b4bf

Choose a tag to compare

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, and autoscan_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() and numverify_lookup() for verifying phone numbers.
    • Added osint_investigation_search() for general OSINT investigations.
    • Added contact_extractor() to retrieve comprehensive contact information from open sources.
  • 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 Conflict Analysis:

    • Introduced conflict_search() to analyze and report potential conflicts of interest between two entities.
  • 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

23 Feb 19:06
307e6c4

Choose a tag to compare

CHANGELOG

FIXED

  • Fixed typo that prevented the script from running.

ADDED

  • Email Validity report
  • Criminal Record Search (USA Only)
  • Identity Genertor
  • Phone Number Check
  • Phishing Domain Search
  • MAC Address Search

ClatScope

23 Feb 04:07
49fbf77

Choose a tag to compare

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.

ClatScope

16 Feb 10:13
eb0c2ac

Choose a tag to compare

CHANGELOG

[2024-02-16 Version 1.12]

  • Fixed Predicta API call issue.