gitextract_po3zvpy2/ ├── .gitignore ├── Agent/ │ ├── Agent/ │ │ ├── Agent.aps │ │ ├── Agent.rc │ │ ├── Agent.vcxproj │ │ ├── Agent.vcxproj.filters │ │ ├── Agent.vcxproj.user │ │ ├── Commands.cpp │ │ ├── Commands.h │ │ ├── DNSCommunication.cpp │ │ ├── DNSCommunication.h │ │ ├── Declarations.h │ │ ├── Handler.cpp │ │ ├── Handler.h │ │ ├── Persistence.cpp │ │ ├── Persistence.h │ │ ├── XLSADDIN.xlam │ │ ├── main.cpp │ │ └── resource.h │ └── Agent.sln ├── LICENSE ├── README.md ├── modules/ │ ├── AgentControllerCLI.py │ ├── DNSListener.py │ └── __init__.py └── server.py