## Features
- Email Intelligence - Format validation, MX records, WHOIS, Gravatar, HIBP integration
- Phone Number Intelligence - Validation, carrier, timezone, number type detection
- Domain Intelligence - WHOIS, DNS records, reverse DNS, SSL certificates, subdomains
- IP Intelligence - Geolocation, ASN lookup, reverse DNS, threat intelligence
- Username Intelligence - Availability checks across 18+ platforms
- Website Intelligence - Security headers, technology fingerprinting (80+ techs), WAF detection, SSL analysis
- Metadata Analysis - EXIF data from images, PDF metadata, Office document metadata
- Reporting - JSON, CSV, HTML, and PDF export formats
Code:
## Usage
### Command Line
```bash
# Email investigation
python devosint.py --email user@example.com
# Phone number investigation
python devosint.py --phone +14155552671
# Domain investigation
python devosint.py --domain example.com
# IP address investigation
python devosint.py --ip 8.8.8.8
# Username investigation
python devosint.py --username johndoe
# Website investigation
python devosint.py --website https://example.com
# File metadata analysis
python devosint.py --metadata ./photo.jpg