server (version 0.0.1) | index server.py |
This package implements a basic asynchronous DNS client and server
with a feature to exfiltrate data through DNS.
Classes | ||||||||||
|
Functions | ||
|
Data | ||
AF_INET = <AddressFamily.AF_INET: 2> List = typing.List Optional = typing.Optional SOCK_DGRAM = <SocketKind.SOCK_DGRAM: 2> Tuple = typing.Tuple __author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nPyAsyncDNS Copyright (C) 2025 Maurice Lambert...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' argv = [r'C:\Program Files\Python310\lib\pydoc.py', '-w', r'server.py'] copyright = '\nPyAsyncDNS Copyright (C) 2025 Maurice Lambert...ome to redistribute it\nunder certain conditions.\n' executable = r'C:\Program Files\Python310\python.exe' license = 'GPL-3.0 License' stderr = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'> |
Author | ||
Maurice Lambert |