Skip to content

sitedata/dnscrawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNSCrawler

  • /run/run.py handles execution of crawling over a list of hostnames
  • /dnscrawler/dnsresolver.py handles crawling of a single hostname

DNSResolver.get_domain_dict(domain)

{
   "hazardous_domains":[

   ],
   "ns":[
      "ns2.google.com.",
      "ns1.google.com.",
      "ns3.google.com.",
      "ns4.google.com."
   ],
   "ipv4":[
      "216.239.34.10",
      "216.239.32.10",
      "216.239.36.10",
      "216.239.38.10",
      "172.217.4.174"
   ],
   "ipv6":[
      "2001:4860:4802:32::a",
      "2001:4860:4802:34::a",
      "2001:4860:4802:38::a",
      "2607:f8b0:4007:801::200e",
      "2001:4860:4802:36::a"
   ],
   "tld":[
      "com."
   ],
   "sld":[
      "google.com."
   ],
   "ps_ns":[

   ],
   "ps_ipv4":[

   ],
   "ps_ipv6":[

   ],
   "ps_tld":[

   ],
   "ps_sld":[

   ]
}

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%