Full Changelog: v1.0.2...v2.0.1
New Features
-
Added subdomain takeover scanning capability
- Detects potential takeover vulnerabilities in Azure services (cloudapp.net, azurewebsites.net, cloudapp.azure.com)
- Colored terminal output for better visibility of scan results
- Automatic reporting of vulnerable subdomains via Discord
-
Added single domain processing mode
- New
-d
flag to scan a single domain instead of requiring a domain list - Example:
subfalcon -d example.com -sdt
- New
-
Improved Discord notifications
- Better formatted messages with emojis
- Automatic file attachments for large result sets
- Rate limit handling to prevent message drops
Usage Examples
# Scan single domain with takeover detection
subfalcon -d example.com -sdt
# Monitor domain with Discord notifications
subfalcon -d example.com -sdt -m -wh "YOUR_WEBHOOK_URL"
Bug Fixes
- Fixed terminal output formatting
- Improved error handling for DNS lookups