exfiltrator_server (version 0.0.1)
index
exfiltrator_server.py

This package implements a basic asynchronous DNS client and server
with a feature to exfiltrate data through DNS.

 
Modules
       
server

 
Classes
       
builtins.object
File

 
class File(builtins.object)
    File(first: str, id: int)
 
This class implements a file to read and write the exfiltrate files.
 
  Methods defined here:
__init__(self, first: str, id: int)
Initialize self.  See help(type(self)) for accurate signature.
read(self, batch: bytes) -> None
This method splits chunks from batch, decode and write it.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
exit(status=None, /)
Exit the interpreter by raising SystemExit(status).
 
If the status is omitted or None, it defaults to zero (i.e., success).
If the status is an integer, it will be used as the system exit status.
If it is another kind of object, it will be printed and the system
exit status will be one (i.e., failure).
get_response(domain_name: str, transaction_id: int) -> str
This function reads exfiltrate data.
getcwd()
Return a unicode string representing the current working directory.

 
Data
        __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'
copyright = '\nPyAsyncDNS Copyright (C) 2025 Maurice Lambert...ome to redistribute it\nunder certain conditions.\n'
files = {}
license = 'GPL-3.0 License'
prefix = r'C:\Users\CSU1\Documents\2600\Alternance\PyAsyncDNS'
stderr = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>

 
Author
        Maurice Lambert