Skip to content

TermuxHackz/dnslookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

Shows Ip address and Family of a website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages