| exfiltrator_client (version 1.0.0) |
index exfiltrator_client.py |
DNS exfiltration client.
Reads files/directories and sends chunks as base64-encoded DNS queries.
Uses the new dns_client low-level transport.
| Functions | ||
| ||
| Data | ||
| __all__ = ['process_chunks', 'read_and_chunk_file', 'process_directory', 'process_directories'] __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' | ||
| Author | ||
| Maurice Lambert | ||