/domain-to-ip

Simple bash script to convert bulk domain lists to ip addresses, recon tool for bug bounty.

Primary LanguageShellMIT LicenseMIT

domain-to-ip

made-with-Bash license issues

    _______
   //  _   /
  //       \
 /    __   / 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.


Installation

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

License

Please see the LICENSE file for more information.