Metadata-Version: 2.1
Name: dns-poison-checker
Version: 0.1.0
Summary: A tool to check spoofing between internal and external DNS servers.
Home-page: https://github.com/he-yaowen/dns-posion-checker
License: MIT
Keywords: dns,spoofing
Author: HE Yaowen
Author-email: he.yaowen@hotmail.com
Requires-Python: >=3.7,<=3.12
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Utilities
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: dnspython3 (>=1.15.0,<2.0.0)
Project-URL: Repository, https://github.com/he-yaowen/dns-posion-checker.git
Description-Content-Type: text/markdown

# dns-poison-checker

A tool to check spoofing between internal and external DNS servers.

## How to Use

```
Usage: dns-poison-check [OPTIONS] DOMAIN

  A tool to check spoofing between internal and external DNS servers.

Options:
  --version            Show version information.
  -i, --internal TEXT  Internal DNS server  [required]
  -e, --external TEXT  External DNS server  [required]
  --help               Show this message and exit.
```

## License

Copyright (C) 2020 HE Yaowen <he.yaowen@hotmail.com>

MIT License, see [LICENSE](./LICENSE).
