├── README.md ├── images ├── cobaltstrike.png ├── execution-flow.png └── phant0m.png ├── phant0m.cna └── phant0m ├── include ├── pid_SCM.h ├── pid_WMI.h ├── process_info.h ├── technique_1.h └── technique_2.h ├── phant0m-exe ├── main.cpp ├── phant0m-exe.vcxproj ├── phant0m-exe.vcxproj.filters └── phant0m-exe.vcxproj.user ├── phant0m-rdll ├── ReflectiveDLLInjection.h ├── ReflectiveLoader.c ├── ReflectiveLoader.h ├── main.cpp ├── phant0m-rdll.vcxproj ├── phant0m-rdll.vcxproj.filters └── phant0m-rdll.vcxproj.user ├── phant0m.sln ├── phant0m.vcxproj ├── phant0m.vcxproj.filters └── phant0m.vcxproj.user /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/README.md -------------------------------------------------------------------------------- /images/cobaltstrike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/images/cobaltstrike.png -------------------------------------------------------------------------------- /images/execution-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/images/execution-flow.png -------------------------------------------------------------------------------- /images/phant0m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/images/phant0m.png -------------------------------------------------------------------------------- /phant0m.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m.cna -------------------------------------------------------------------------------- /phant0m/include/pid_SCM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/include/pid_SCM.h -------------------------------------------------------------------------------- /phant0m/include/pid_WMI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/include/pid_WMI.h -------------------------------------------------------------------------------- /phant0m/include/process_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/include/process_info.h -------------------------------------------------------------------------------- /phant0m/include/technique_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/include/technique_1.h -------------------------------------------------------------------------------- /phant0m/include/technique_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/include/technique_2.h -------------------------------------------------------------------------------- /phant0m/phant0m-exe/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-exe/main.cpp -------------------------------------------------------------------------------- /phant0m/phant0m-exe/phant0m-exe.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-exe/phant0m-exe.vcxproj -------------------------------------------------------------------------------- /phant0m/phant0m-exe/phant0m-exe.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-exe/phant0m-exe.vcxproj.filters -------------------------------------------------------------------------------- /phant0m/phant0m-exe/phant0m-exe.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-exe/phant0m-exe.vcxproj.user -------------------------------------------------------------------------------- /phant0m/phant0m-rdll/ReflectiveDLLInjection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-rdll/ReflectiveDLLInjection.h -------------------------------------------------------------------------------- /phant0m/phant0m-rdll/ReflectiveLoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-rdll/ReflectiveLoader.c -------------------------------------------------------------------------------- /phant0m/phant0m-rdll/ReflectiveLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-rdll/ReflectiveLoader.h -------------------------------------------------------------------------------- /phant0m/phant0m-rdll/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-rdll/main.cpp -------------------------------------------------------------------------------- /phant0m/phant0m-rdll/phant0m-rdll.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-rdll/phant0m-rdll.vcxproj -------------------------------------------------------------------------------- /phant0m/phant0m-rdll/phant0m-rdll.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-rdll/phant0m-rdll.vcxproj.filters -------------------------------------------------------------------------------- /phant0m/phant0m-rdll/phant0m-rdll.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m-rdll/phant0m-rdll.vcxproj.user -------------------------------------------------------------------------------- /phant0m/phant0m.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m.sln -------------------------------------------------------------------------------- /phant0m/phant0m.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m.vcxproj -------------------------------------------------------------------------------- /phant0m/phant0m.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m.vcxproj.filters -------------------------------------------------------------------------------- /phant0m/phant0m.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/Phant0m/HEAD/phant0m/phant0m.vcxproj.user --------------------------------------------------------------------------------