ctf-osint

Installation
Summary

Open source intelligence techniques for CTF challenges using public data sources.

  • Covers social media OSINT (Twitter/X user tracking, Tumblr investigation, BlueSky API, Discord), username enumeration across 741+ platforms, and Unicode homoglyph steganography detection
  • Includes geolocation methods: reverse image search, Street View panorama matching, road sign OCR, MGRS/Plus Code conversion, and infrastructure mapping via OpenRailwayMap
  • Provides web reconnaissance: Google dorking with image filters, DNS zone transfers, Wayback Machine, GitHub analysis, FEC political donation research, and Tor relay lookups
  • Supports metadata extraction (EXIF, PDF, video) and hash identification (SHA-1, SHA-256, MD5)
  • Requires filesystem-based agent with bash, Python 3, and internet access for live OSINT lookups
SKILL.md

CTF OSINT

Quick reference for OSINT CTF challenges. Each technique has a one-liner here; see supporting files for full details.

Prerequisites

Python packages (all platforms):

pip install shodan Pillow

Linux (apt):

apt install whois dnsutils nmap libimage-exiftool-perl imagemagick curl

macOS (Homebrew):

brew install whois bind nmap exiftool imagemagick curl
Related skills

More from ljagiello/ctf-skills

Installs
3.2K
GitHub Stars
2.0K
First Seen
Feb 1, 2026