Skip to content

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

Notifications You must be signed in to change notification settings

janmasarik/resolvable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published