Skip to content

MilindPurswani/takemeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

takemeon

nxdomain subdomain enumeration. Helps in scaling the automation. Currently, it only helps to resolve the nxdomain if possible.

Usage:

Typically, it's better to use it with -mdns flag since that would make this tool run a little faster.

$ cat test.txt | takemeon -mdns 8.8.8.8
test.milindpurswani.com | totallynonexistingdomain.com
test3.milindpurswani.com | totallynonexistingdomain.com
$ takemeon -h 
Usage of ./main:
  -c int
    	set the concurrency level (default 1)
  -json-output
    	Output in JSON format.
  -mdns string
    	Manually Specify dns server IP address only. (Just a little faster) (default "/etc/resolv.conf")

Installation

go get -u github.com/milindpurswani/takemeon

For more information,check out: https://pandaonair.com/2020/06/29/takemeon.html

About

nxdomain subdomain enumeration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages