Sign inSign up

chrishsec/iplookup

By chrishsec

Updated about 1 year ago

IPlookup allows you to perform IP/Domain lookup using the iplookup.chrishsec.com API.

Image
Networking
Security
0

904

chrishsec/iplookup repository overview

🐳 IPlookup (Docker)

IPlookup is a lightweight Docker tool to perform IP/Domain lookups using iplookup.chrishsec.com.


🔧 Usage

# Pull the image
docker pull chrishsec/iplookup

# Lookup single IP/domain
echo "8.8.8.8" | docker run --rm -i chrishsec/iplookup

# Batch lookup from file
docker run --rm -i chrishsec/iplookup < targets.txt

⚠️ Disclaimer

For educational/research use only.
Author is not responsible for misuse.


👤 Author

ChrishSec | Telegram

Tag summary

Content type

Image

Digest

sha256:2791451b8

Size

51.2 MB

Last updated

about 1 year ago

docker pull chrishsec/iplookup