@@@@@@ @@@@@@
@@ @@
@@
@@@
T H E (X) G i l l 3 s 0 x 0 1
@@@
@@ @@
@@ @@
@@@@@@ @@@@@@
The info.sh script resolves IP addresses for a domain provided as an argument and collects detailed information about the found addresses. It generates two output files:
- A CSV file with information about the found IPs.
- A JSON file with detailed data for each IP.
Additionally, the script displays information about your local machine and the result of the IP resolution for the specified domain.
- Supported Systems: Linux, macOS, or Windows with the Linux Subsystem (WSL).
digornslookuptool: The script uses one of these tools to resolve the domain's IPs. If you're on Linux and need to installdig, use the following command:
sudo apt install dnsutils
Before running the script, you need to ensure it has execution permissions. Use the following command in the terminal:
chmod +x info.shTo run the script, use the following command in the terminal, replacing dominio.com with the desired domain:
./info.sh dominio.comAfter execution, the script will generate two files:
ips.csv: Contains information about the found IPs.ips.json: Contains detailed data for each IP.