OSINT Tools
OSINT Tools CollectionLink
Sierra Dev v2.0 includes a comprehensive collection of 15+ production-ready OSINT tools. These tools demonstrate the power of the Sierra Dev framework and provide immediate value for investigators.
🚀 Available ToolsLink
Domain & DNS IntelligenceLink
1. subdomain_enumeratorLink
Advanced subdomain discovery using multiple techniques.
- Features: Certificate Transparency logs (crt.sh), HackerTarget API, DNS bruteforce.
- Usage: python example/subdomain_enumerator.py --domain example.com
2. dns_analyzerLink
Comprehensive DNS record enumeration.
- Features: A, AAAA, MX, NS, TXT, SOA, CNAME records, Reverse DNS.
- Usage: python example/dns_analyzer.py --domain example.com
3. whois_lookupLink
WHOIS information for domains and IPs.
- Features: Registration details, IP geolocation, ASN info.
- Usage: python example/whois_lookup.py --target example.com
4. crt_shLink
Certificate Transparency lookup.
- Features: Subdomain discovery, email extraction.
- Usage: python example/crt_sh.py --domain example.com
Network & IP IntelligenceLink
5. ip_intelligenceLink
Comprehensive IP address analysis.
- Features: Geolocation, ASN, ISP, VPN/Proxy detection.
- Usage: python example/ip_intelligence.py --ip 8.8.8.8
6. port_scannerLink
Fast TCP port scanner with service detection.
- Features: Concurrent scanning, service detection, custom ranges.
- Usage: python example/port_scanner.py --target 192.168.1.1
7. ssl_cert_analyzerLink
SSL/TLS certificate information.
- Features: Validity check, expiration warning, SAN enumeration.
- Usage: python example/ssl_cert_analyzer.py --hostname example.com
8. rev_ip_lookupLink
Reverse IP lookup.
- Features: Find domains hosted on the same IP.
- Usage: python example/rev_ip_lookup.py --ip 192.168.1.1
Email OSINTLink
9. email_breach_checkerLink
Check email addresses in data breaches.
- Features: Have I Been Pwned integration, password hash check.
- Usage: python example/email_breach_checker.py --email user@example.com
10. whosemailLink
Email investigation.
- Features: Domain verification, MX record check.
- Usage: python example/whosemail.py --email user@example.com
Web & Technology OSINTLink
11. tech_detectorLink
Detect web technologies and frameworks.
- Features: CMS, frameworks, analytics, CDN detection.
- Usage: python example/tech_detector.py --url https://example.com
12. wayback_analyzerLink
Website history via Wayback Machine.
- Features: Historical snapshots, archive timeline.
- Usage: python example/wayback_analyzer.py --url example.com
Social Media & IdentityLink
13. username_checkerLink
Check username across 10+ platforms.
- Features: GitHub, Twitter, Instagram, Reddit, etc.
- Usage: python example/username_checker.py --username johndoe
14. digital_footprintLink
Comprehensive digital footprint analysis.
- Features: Aggregates data from multiple sources.
- Usage: python example/digital_footprint.py --target user@example.com
15. phone_numberLink
Phone number investigation.
- Features: Carrier info, location data.
- Usage: python example/phone_number.py --number "+1234567890"
🛠️ InstallationLink
These tools are included in the example/ directory of the Sierra Dev.
-
Install Dependencies:
Bash -
Add to Environment: Copy the scripts to your Sierra Dev environment's
scriptsdirectory or symlink them.Bash -
Build:
Bash
📝 Creating Your Own ToolsLink
You can use these tools as templates for creating your own invokers. See the Development Guide for more details.