Metadata-Version: 1.2
Name: domsniff
Version: 0.2
Summary: Passive DNS sniffer for collecting domain names
Home-page: https://github.com/oskar456/domsniff
Author: Ondřej Caletka
Author-email: ondrej@caletka.cz
License: MIT
Description: 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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.5
