Thabiso-maker/dns-analyzer
GitHub: Thabiso-maker/dns-analyzer
企业级DNS安全分析器,扫描域名在SPF、DMARC、DNSSEC等方面的错误配置与潜在威胁。
Stars: 0 | Forks: 0
# Pre-commit 配置
# 手动运行:pre-commit run --all-files
# 自动安装:make install-dev(运行:pre-commit install)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: check-toml
- id: check-merge-conflict
- id: check-added-large-files
args: ["--maxkb=500"]
- id: detect-private-key
- id: no-commit-to-branch
args: [--branch, main]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies:
- pydantic
- pydantic-settings
- types-pyyaml
- types-redis
args: [--ignore-missing-imports]
pass_filenames: false
args: [src, cli]
标签:AV绕过, DNS安全, FastAPI, GitHub, GraphQL安全矩阵, 安全扫描器, 实时处理, 异步Python, 测试用例, 逆向工具