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