IPlookup allows you to perform IP/Domain lookup using the iplookup.chrishsec.com API.
904
IPlookup is a lightweight Docker tool to perform IP/Domain lookups using iplookup.chrishsec.com.
# 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
For educational/research use only.
Author is not responsible for misuse.
ChrishSec | Telegram
Content type
Image
Digest
sha256:2791451b8…
Size
51.2 MB
Last updated
about 1 year ago
docker pull chrishsec/iplookup