├── Constructor ├── Constructor.vcxproj ├── Constructor.vcxproj.filters ├── Constructor.vcxproj.user └── constructor.c ├── Executor ├── Executor.vcxproj ├── Executor.vcxproj.filters ├── Executor.vcxproj.user ├── calc.c └── rev.c ├── OneGate.sln ├── README.md └── pictures ├── 2_JS188188658-1141921000.jpg ├── constructor.png ├── mde_dashboard.png └── rev_shell_connect.png /Constructor/Constructor.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Constructor/Constructor.vcxproj -------------------------------------------------------------------------------- /Constructor/Constructor.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Constructor/Constructor.vcxproj.filters -------------------------------------------------------------------------------- /Constructor/Constructor.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Constructor/Constructor.vcxproj.user -------------------------------------------------------------------------------- /Constructor/constructor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Constructor/constructor.c -------------------------------------------------------------------------------- /Executor/Executor.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Executor/Executor.vcxproj -------------------------------------------------------------------------------- /Executor/Executor.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Executor/Executor.vcxproj.filters -------------------------------------------------------------------------------- /Executor/Executor.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Executor/Executor.vcxproj.user -------------------------------------------------------------------------------- /Executor/calc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Executor/calc.c -------------------------------------------------------------------------------- /Executor/rev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/Executor/rev.c -------------------------------------------------------------------------------- /OneGate.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/OneGate.sln -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/README.md -------------------------------------------------------------------------------- /pictures/2_JS188188658-1141921000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/pictures/2_JS188188658-1141921000.jpg -------------------------------------------------------------------------------- /pictures/constructor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/pictures/constructor.png -------------------------------------------------------------------------------- /pictures/mde_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/pictures/mde_dashboard.png -------------------------------------------------------------------------------- /pictures/rev_shell_connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b0bd0g/OneGate/HEAD/pictures/rev_shell_connect.png --------------------------------------------------------------------------------