curl
Basics
curl https://curl.ctfio.comcurl -X POST https://curl.ctfio.com/endpoint_3 -d "show=flag"curl https://curl.ctfio.com/endpoint_5 -H "Show: flag"curl https://curl.ctfio.com/endpoint_6 -H "Cookie: show=flag"curl https://curl.ctfio.com/endpoint_6 -b "show=flag"URL Encoding
curl https://curl.ctfio.com/endpoint_7?show=fl%26agExample with upstream proxy
Resources
Last updated