_______
// _ /
// \
/ __ / Bulk domain to ip
\________/ Coded by putunebandi
Use: dom2ip.sh input.txt output.txt
Simple bash script to convert bulk domain lists to ip addresses, recommended recon tool for bug bounty.
You can follow the following commands for tool installation
git clone https://github.com/putunebandi/domain-to-ip.git && cd domain-to-ip
sudo cp "$(pwd)/dom2ip.sh" /usr/bin/dom2ip
sudo chmod +x /usr/bin/dom2ip
Please see the LICENSE file for more information.