h0tak88r / subfalcon

subfalcon is a subdomain enumeration tool that allows you to discover and monitor subdomains for a given list of domains. It fetches subdomains from various sources [crtsh, hackertargetapi, anubis, alienvault, rappiddns, urlscan ] , saves them to a SQLite database, and can notify updates via Discord.

Home Page:https://h0tak88r.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subfalcon

subfalcon is a subdomain enumeration tool that allows you to discover and monitor subdomains for a given list of domains. It fetches subdomains from various sources, saves them to a SQLite database, and can notify updates via Discord.

Table of Contents

Features

  • Subdomain enumeration from multiple sources.
    1. crt.sh
    2. hackertarget
    3. anubis
    4. Alienvault
    5. rapiddns
    6. urlscan.io
  • SQLite database to store discovered subdomains.
  • Discord integration for monitoring updates.
  • Easy-to-use command-line interface.

Installation

You can install subfalcon using the following command:

go install github.com/h0tak88r/subfalcon/cmd/subfalcon@latest

Usage

subfalcon -l domains.txt -w "YOUR_DISCORD_WEBHOOK_URL" -m

Options

  • -l or --domain_list: Specify a file containing a list of domains.
  • -m or --monitor: Monitor subdomains and send updates to Discord.
  • -w or --webhook: Specify the Discord webhook URL.

Examples

  • Basic usage:

    subfalcon -l domains.txt
  • Monitor and send updates to Discord:

    subfalcon -l domains.txt -m -w "YOUR_DISCORD_WEBHOOK_URL"
  • Monitor New Subdomains

subfalcon -l domains.txt -m

Contributing

Feel free to contribute by opening issues or submitting pull requests.

License

This project is licensed under the MIT License.

Disclaimer

Use this tool responsibly and only on systems you have permission to scan. The authors are not responsible for any misuse or damage caused by this tool.

ToDo

  • Add to monitor using telegram
  • Add more resources to monitor subdomains
  • Add flags to customize monitoring's time
  • Add councurrey for domains
  • Improve the logs

About

subfalcon is a subdomain enumeration tool that allows you to discover and monitor subdomains for a given list of domains. It fetches subdomains from various sources [crtsh, hackertargetapi, anubis, alienvault, rappiddns, urlscan ] , saves them to a SQLite database, and can notify updates via Discord.

https://h0tak88r.github.io


Languages

Language:Go 100.0%