├── Monitor.sln ├── Monitor ├── Monitor.cpp ├── Monitor.sln ├── Monitor.vcxproj ├── Monitor.vcxproj.filters └── Monitor.vcxproj.user ├── ReadMe.md ├── Release ├── Monitor.exe ├── Monitor.exe.recipe ├── Monitor.iobj ├── Monitor.ipdb ├── Monitor.log ├── Monitor.obj ├── Monitor.pdb ├── Monitor.tlog │ ├── CL.command.1.tlog │ ├── CL.read.1.tlog │ ├── CL.write.1.tlog │ ├── Monitor.lastbuildstate │ ├── Monitor.write.1u.tlog │ ├── link.command.1.tlog │ ├── link.read.1.tlog │ └── link.write.1.tlog └── vc142.pdb ├── images ├── Meterpreter.png ├── Monitor.png ├── copy.png ├── regedit.png ├── shell.png └── test_dll.png └── x64 └── Release ├── Monitor.exe ├── Monitor.exe.recipe ├── Monitor.iobj ├── Monitor.ipdb ├── Monitor.log ├── Monitor.obj ├── Monitor.pdb ├── Monitor.tlog ├── CL.command.1.tlog ├── CL.read.1.tlog ├── CL.write.1.tlog ├── Monitor.lastbuildstate ├── Monitor.write.1u.tlog ├── link.command.1.tlog ├── link.read.1.tlog └── link.write.1.tlog └── vc142.pdb /Monitor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Monitor.sln -------------------------------------------------------------------------------- /Monitor/Monitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Monitor/Monitor.cpp -------------------------------------------------------------------------------- /Monitor/Monitor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Monitor/Monitor.sln -------------------------------------------------------------------------------- /Monitor/Monitor.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Monitor/Monitor.vcxproj -------------------------------------------------------------------------------- /Monitor/Monitor.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Monitor/Monitor.vcxproj.filters -------------------------------------------------------------------------------- /Monitor/Monitor.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Monitor/Monitor.vcxproj.user -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/ReadMe.md -------------------------------------------------------------------------------- /Release/Monitor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.exe -------------------------------------------------------------------------------- /Release/Monitor.exe.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.exe.recipe -------------------------------------------------------------------------------- /Release/Monitor.iobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.iobj -------------------------------------------------------------------------------- /Release/Monitor.ipdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.ipdb -------------------------------------------------------------------------------- /Release/Monitor.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.log -------------------------------------------------------------------------------- /Release/Monitor.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.obj -------------------------------------------------------------------------------- /Release/Monitor.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.pdb -------------------------------------------------------------------------------- /Release/Monitor.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /Release/Monitor.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /Release/Monitor.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /Release/Monitor.tlog/Monitor.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.tlog/Monitor.lastbuildstate -------------------------------------------------------------------------------- /Release/Monitor.tlog/Monitor.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.tlog/Monitor.write.1u.tlog -------------------------------------------------------------------------------- /Release/Monitor.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /Release/Monitor.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /Release/Monitor.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/Monitor.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /Release/vc142.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/Release/vc142.pdb -------------------------------------------------------------------------------- /images/Meterpreter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/images/Meterpreter.png -------------------------------------------------------------------------------- /images/Monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/images/Monitor.png -------------------------------------------------------------------------------- /images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/images/copy.png -------------------------------------------------------------------------------- /images/regedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/images/regedit.png -------------------------------------------------------------------------------- /images/shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/images/shell.png -------------------------------------------------------------------------------- /images/test_dll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/images/test_dll.png -------------------------------------------------------------------------------- /x64/Release/Monitor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.exe -------------------------------------------------------------------------------- /x64/Release/Monitor.exe.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.exe.recipe -------------------------------------------------------------------------------- /x64/Release/Monitor.iobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.iobj -------------------------------------------------------------------------------- /x64/Release/Monitor.ipdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.ipdb -------------------------------------------------------------------------------- /x64/Release/Monitor.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.log -------------------------------------------------------------------------------- /x64/Release/Monitor.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.obj -------------------------------------------------------------------------------- /x64/Release/Monitor.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.pdb -------------------------------------------------------------------------------- /x64/Release/Monitor.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /x64/Release/Monitor.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /x64/Release/Monitor.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /x64/Release/Monitor.tlog/Monitor.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.tlog/Monitor.lastbuildstate -------------------------------------------------------------------------------- /x64/Release/Monitor.tlog/Monitor.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.tlog/Monitor.write.1u.tlog -------------------------------------------------------------------------------- /x64/Release/Monitor.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /x64/Release/Monitor.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /x64/Release/Monitor.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/Monitor.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /x64/Release/vc142.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Al1ex/Monitor/HEAD/x64/Release/vc142.pdb --------------------------------------------------------------------------------