/resolvable

Merge outputs from multiple subdomain enumeration tools and resolve IPv4/6/CNAME addresses for it

Primary LanguagePython

Resolvable

  • merge list of subdomains from multiple output files (with domain per line)
  • resolve them concurrently, sort and output in domain,ip format to the file specified by first command line argument
  • sort, lowercase and uniq all domains to file specified by second command line argument

Usage

Script assumes that you input files are in /input-data directory on the host machine

docker run -v /input-data:/data s14ve/resolvable /data/resolved.txt /data/subdomains.txt /data/amass.txt /data/subfinder.txt /data/moreoutputs.txt