subfission / HostResolver

Resolve bulk host file list to IP addresses, ASN, and validate DNS.
Apache License 2.0
39 stars 10 forks source link

list of pure ips as output #1

Open sasokyleader opened 4 years ago

sasokyleader commented 4 years ago

Hi, thanks for your awesome tool; can you modify it to output a pure list of ip addresses to use it with another tools?

subfission commented 3 years ago

Absolutely, but what is the purpose since that is easily done with other tools?

Anon-Exploiter commented 2 years ago

+1 -- Need the IPs list.

redactedgg commented 2 years ago

/resolv.py hosts|cut -d"|" -f3 ?

Anon-Exploiter commented 2 years ago

It's easy to get the ips but should be supported officially by the tool using some argument.