SkillAgentSearch skills...

Dnslookup

Shows Ip address and Family of a website

Install / Use

/learn @TermuxHackz/Dnslookup
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated2mo ago
Forks0

Security Score

90/100

Audited on Jan 10, 2026

No findings