| exfiltrator_server (version 1.0.0) |
index exfiltrator_server.py |
DNS exfiltration server.
Receives base64-encoded file chunks via DNS queries and reconstructs files.
Replaces the old server.py-based approach; uses the new dns_server module.
| Classes | ||||||||||
|
| ||||||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['ExfiltratorFile', 'exfiltrator_resolver', 'start_exfiltrator_server'] __author_email__ = 'mauricelambert434@gmail.com' __conditional_annotations__ = {0} __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' | ||
| Author | ||
| Maurice Lambert | ||