Skip to content
Joshua M Clatney edited this page Jan 10, 2025 · 5 revisions

Welcome to the ClatScope wiki!

Welcome to the ClatScope Info Tool Wiki! ClatScope Info Tool is a Python-based OSINT solution designed to gather intelligence from public sources. This wiki offers detailed documentation, common troubleshooting tips, and best practices to help you get the most out of the tool.


Installation

Prerequisites

  • Python 3.7+ (Recommended)
  • pip (Python package installer)

Dependencies

  • requests
  • pystyle
  • phonenumbers
  • dnspython
  • email_validator
  • beautifulsoup4
  • whois

Install Steps

  • Clone or download the repository.
  • Install dependencies: pip install (insert library name here)
  • Run the script: python clatscope_info_tool.py
  • Enter API keys for GCS & HIBP
Clone this wiki locally