├── README.md └── VirusTotalC2 ├── TeamServer ├── TeamServer.cpp ├── TeamServer.vcxproj ├── TeamServer.vcxproj.filters └── TeamServer.vcxproj.user └── VirusTotalC2 ├── Implant.cpp ├── VirusTotalC2.sln ├── VirusTotalC2.vcxproj ├── VirusTotalC2.vcxproj.filters └── VirusTotalC2.vcxproj.user /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/README.md -------------------------------------------------------------------------------- /VirusTotalC2/TeamServer/TeamServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/TeamServer/TeamServer.cpp -------------------------------------------------------------------------------- /VirusTotalC2/TeamServer/TeamServer.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/TeamServer/TeamServer.vcxproj -------------------------------------------------------------------------------- /VirusTotalC2/TeamServer/TeamServer.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/TeamServer/TeamServer.vcxproj.filters -------------------------------------------------------------------------------- /VirusTotalC2/TeamServer/TeamServer.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/TeamServer/TeamServer.vcxproj.user -------------------------------------------------------------------------------- /VirusTotalC2/VirusTotalC2/Implant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/VirusTotalC2/Implant.cpp -------------------------------------------------------------------------------- /VirusTotalC2/VirusTotalC2/VirusTotalC2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/VirusTotalC2/VirusTotalC2.sln -------------------------------------------------------------------------------- /VirusTotalC2/VirusTotalC2/VirusTotalC2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/VirusTotalC2/VirusTotalC2.vcxproj -------------------------------------------------------------------------------- /VirusTotalC2/VirusTotalC2/VirusTotalC2.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/VirusTotalC2/VirusTotalC2.vcxproj.filters -------------------------------------------------------------------------------- /VirusTotalC2/VirusTotalC2/VirusTotalC2.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RATandC2/VirusTotalC2/HEAD/VirusTotalC2/VirusTotalC2/VirusTotalC2.vcxproj.user --------------------------------------------------------------------------------