/dnslookup

Shows Ip address and Family of a website

MIT LicenseMIT

dnslookup

Shows Ip address and Family of a website Its a sample project I made just to view the IP address of a website and Family it has.

Language

Nodejs

Author

AnonyminHack5

Installation for Termux

pkg install node
pkg install npm
npm init -y
npm install prompt-sync
termux-setup-storage
git clone https://github.com/TermuxHackz/dnslookup
cd dnslookup
node dnslookup.js

Installation for Linux

sudo apt install nodejs
sudo apt install npm
npm init -y
npm install prompt-sync
git clone https://github.com/TermuxHackz/dnslookup
cd dnslookup
node dnslookup.js