| 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
Progress:
- [ ] Identify target type (username/image/domain)
- [ ] Extract metadata (exiftool for images)
- [ ] Cross-reference across platforms
- [ ] Check archives/caches
- [ ] Document findings
Quick Commands
exiftool image.jpg
exiftool -gpslatitude -gpslongitude image.jpg
sherlock username
dig target.com ANY
whois target.com
Reference Files
Useful Online Tools
| Tool | Purpose | URL |
|---|
| Shodan | IoT/device search | shodan.io |
| Censys | Internet scan data | censys.io |
| VirusTotal | File/URL analysis | virustotal.com |
| CyberChef | Data transformation | gchq.github.io/CyberChef |
| IntelX | Search engine | intelx.io |
| Maltego | Graph analysis | maltego.com |
CTF Quick Patterns
exiftool -gpslatitude -gpslongitude image.jpg
sherlock username