Skip to content

Passive DNS sniffer for collecting domain names

License

Notifications You must be signed in to change notification settings

oskar456/domsniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple passive DNS zone names collector

domsniff is a simple tool to record all positive DNS query results that follow a regular expression. It can be used, for instance, to collect list of registered domain names under a TLD that does not publish domain list.

Packet capturing generally requires root privileges. You can avoid it by granting cap_net_raw capability to the Python interpreter binary:

# setcap cap_net_raw=eip /path/to/python3.5

About

Passive DNS sniffer for collecting domain names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages