├── LICENSE.md ├── README.MD └── proxy_calls ├── README.md └── TpSimpleTryPost.cpp /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/misc/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- 1 | # misc 2 | 3 | This repo contains the PoC codes I wrote for some topics. 4 | -------------------------------------------------------------------------------- /proxy_calls/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/misc/HEAD/proxy_calls/README.md -------------------------------------------------------------------------------- /proxy_calls/TpSimpleTryPost.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hlldz/misc/HEAD/proxy_calls/TpSimpleTryPost.cpp --------------------------------------------------------------------------------