├── .gitattributes ├── .gitignore ├── FunnyMeterpreter.sln ├── FunnyMeterpreter ├── FunnyMeterpreter.vcxproj ├── FunnyMeterpreter.vcxproj.filters └── main.cc ├── README.md └── images ├── ser1.png ├── ser2.jpg ├── sharuan1.jpg ├── sharuan2.jpg ├── shell1.png ├── shell2.png ├── shell3.png ├── shell4.png ├── shell5.png ├── shell6.png ├── shell7.png ├── shell8.jpg ├── vs1.png ├── vs2.png ├── vs3.png ├── vs4.jpg ├── vs5.png ├── vs6.png ├── vs7.png └── vs8.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/.gitignore -------------------------------------------------------------------------------- /FunnyMeterpreter.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/FunnyMeterpreter.sln -------------------------------------------------------------------------------- /FunnyMeterpreter/FunnyMeterpreter.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/FunnyMeterpreter/FunnyMeterpreter.vcxproj -------------------------------------------------------------------------------- /FunnyMeterpreter/FunnyMeterpreter.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/FunnyMeterpreter/FunnyMeterpreter.vcxproj.filters -------------------------------------------------------------------------------- /FunnyMeterpreter/main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/FunnyMeterpreter/main.cc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/README.md -------------------------------------------------------------------------------- /images/ser1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/ser1.png -------------------------------------------------------------------------------- /images/ser2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/ser2.jpg -------------------------------------------------------------------------------- /images/sharuan1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/sharuan1.jpg -------------------------------------------------------------------------------- /images/sharuan2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/sharuan2.jpg -------------------------------------------------------------------------------- /images/shell1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/shell1.png -------------------------------------------------------------------------------- /images/shell2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/shell2.png -------------------------------------------------------------------------------- /images/shell3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/shell3.png -------------------------------------------------------------------------------- /images/shell4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/shell4.png -------------------------------------------------------------------------------- /images/shell5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/shell5.png -------------------------------------------------------------------------------- /images/shell6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/shell6.png -------------------------------------------------------------------------------- /images/shell7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/shell7.png -------------------------------------------------------------------------------- /images/shell8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/shell8.jpg -------------------------------------------------------------------------------- /images/vs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/vs1.png -------------------------------------------------------------------------------- /images/vs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/vs2.png -------------------------------------------------------------------------------- /images/vs3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/vs3.png -------------------------------------------------------------------------------- /images/vs4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/vs4.jpg -------------------------------------------------------------------------------- /images/vs5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/vs5.png -------------------------------------------------------------------------------- /images/vs6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/vs6.png -------------------------------------------------------------------------------- /images/vs7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/vs7.png -------------------------------------------------------------------------------- /images/vs8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syst2m/FunnyMeterpreter/HEAD/images/vs8.png --------------------------------------------------------------------------------