├── Makefile ├── README.md ├── Server.c ├── img └── re.PNG ├── re.cpp └── reverse.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dev-frog/C-Reverse-Shell/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dev-frog/C-Reverse-Shell/HEAD/README.md -------------------------------------------------------------------------------- /Server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dev-frog/C-Reverse-Shell/HEAD/Server.c -------------------------------------------------------------------------------- /img/re.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dev-frog/C-Reverse-Shell/HEAD/img/re.PNG -------------------------------------------------------------------------------- /re.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dev-frog/C-Reverse-Shell/HEAD/re.cpp -------------------------------------------------------------------------------- /reverse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dev-frog/C-Reverse-Shell/HEAD/reverse.c --------------------------------------------------------------------------------