Skip to content

camelinc/dnsDisco

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cmd
 
 
 
 
 
 
 
 

Wonderful DNS Brute force guessing tool implemented in golang.

ToDos

  • implement dispatcher pattern
  • Perform action based on result type
    • Properly report CNAMES
      • only last in chain is returned by net.LookupCNAME
    • Parse TXT record
    • add newly discovered domains to Scope after user action
  • Flag to get http response header
    • ssdeep on http response body/header
  • Gather netrange information
    • bgp.he.net.
    • WHOIS REST API Search
      • curl "http://rest.db.ripe.net/search?source=ripe&query-string=127.0.0.1&flags=no-filtering&flags=no-referenced"
  • print to results to file
    • CSV
    • XML
  • utilise 3rd party services to get moar information

Links

Related worker

Golang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages