putunebandi / domain-to-ip

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Shell 100.0%