| codec (version 1.0.0) |
index codec.py |
DNS wire-format encoder and decoder.
Handles all record types with full RFC compliance.
Completely decoupled from any socket/transport layer.
| Classes | ||||||||||
|
| ||||||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['encode_name', 'decode_name', 'DNSCodec', 'codec'] __author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nPyAsyncDNS Copyright (C) 2025, 2026 Maurice L...ome to redistribute it\nunder certain conditions.\n' __description__ = '\nThis package implements a basic asynchronous DN...r\nwith a feature to exfiltrate data through DNS.\n' __license__ = 'GPL-3.0 License' __maintainer__ = 'Maurice Lambert' __maintainer_email__ = 'mauricelambert434@gmail.com' __url__ = 'https://github.com/mauricelambert/PyAsyncDNS' codec = <codec.DNSCodec object> | ||
| Author | ||
| Maurice Lambert | ||