Skip to content
/ DigEm Public

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

License

Notifications You must be signed in to change notification settings

kaotickj/DigEm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages