Skip to content

Releases: cyinnove/subfalcon

v2.0.1

09 Dec 20:07
Compare
Choose a tag to compare

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
  • 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

v2.0.0

04 Dec 22:00
Compare
Choose a tag to compare

Full Changelog: v1.2...v2.0.0

v1.0.2

04 Dec 21:49
Compare
Choose a tag to compare

Full Changelog: v1.2...v1.0.2