kaotickj / DigEm

This tool helps to simplify the dig utility. One quick command automates DNS enumeration. For remote enumeration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actively Maintained Version-0.1 License MIT Language BASH

DigEm 🕵🔎 ️

Logo

This tool helps to simplify the dig utility. One quick command automates DNS enumeration. For remote enumeration. Syntax: digEm.sh [-h|-H|-i|-o]

Options:


  • -h To show help message
  • -H To specify the target hostname
  • -i To specify the target ip address.
  • -o <path/to/filename.ext> Specify the path and filename to save output to. If none, output will be saved to digEm.txt in the current directory.
  • -x Hack the Gibson

Usage:

Two arguments are required: -H <hostname> -i <ip adress>. If you want to specify a location/filename for output, use -o <path/to/output-filename.ext>. Output will be saved to digEm.txt in the current directory on your local machine if you omit the -o option.

./digEm.sh -H google.com -i 142.251.45.238 -o out.txt
cat out.txt

About

This tool helps to simplify the dig utility. One quick command automates DNS enumeration. For remote enumeration.

License:MIT License


Languages

Language:Shell 100.0%