AgentSkillsCN

osint

从公开来源收集情报。适用于搜索用户名、地理定位图片、调查社交媒体、分析域名或解决信息收集挑战时使用。

SKILL.md
--- frontmatter
name: osint
description: Gathers intelligence from public sources. Use when searching for usernames, geolocating images, investigating social media, analyzing domains, or solving information gathering challenges.
allowed-tools: Bash, Read, Write, Grep, Glob

OSINT Skill

Quick Workflow

code
Progress:
- [ ] Identify target type (username/image/domain)
- [ ] Extract metadata (exiftool for images)
- [ ] Cross-reference across platforms
- [ ] Check archives/caches
- [ ] Document findings

Quick Commands

bash
# Image metadata
exiftool image.jpg
exiftool -gpslatitude -gpslongitude image.jpg

# Username search
sherlock username

# DNS lookup
dig target.com ANY
whois target.com

Reference Files

TopicReference
Image Analysis & Geolocationreference/image.md
Domain & IP OSINTreference/domain.md
Social Media & Usernamereference/social.md

Useful Online Tools

ToolPurposeURL
ShodanIoT/device searchshodan.io
CensysInternet scan datacensys.io
VirusTotalFile/URL analysisvirustotal.com
CyberChefData transformationgchq.github.io/CyberChef
IntelXSearch engineintelx.io
MaltegoGraph analysismaltego.com

CTF Quick Patterns

bash
# Find location from photo
exiftool -gpslatitude -gpslongitude image.jpg
# If no GPS: reverse image search, identify landmarks

# Find person from username
sherlock username
# Check: GitHub, Twitter, Instagram, Reddit

# Find deleted content
# Wayback Machine, Google cache, Archive.today