codeexpress / subdomainrecon

A sub-domain reconnaissance written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subdomainrecon

subdomainrecon is a subdomain enumeration tool which uses various data sources to derive a exhaustive list of subdomains for a given domain.

subdigger-screenshot

Sources

subdigger queries following sources to derive a list of subdomains:

  • Search Engines:
    • Google
    • Bing
    • Yahoo
  • Virus Total

Future sources

subdigger is a active project, the following sources will be added in coming releases:

  • AXFR transfers
  • Forward DNS brute force
  • crt.sh
  • webpage crawling

Install

  • Directly copy the binary from the binaries subdirectory
  • Compile it using the following:

About

A sub-domain reconnaissance written in golang


Languages

Language:Go 97.2%Language:Makefile 2.8%