GTFOCurls is a curated list of cURL commands that can be used to exploit CVE vulnerabilities or communicate with exotic services
.
├── source
│ ├── _posts # Cheatsheet source files
│ │ ├── basics.md
│ │ ├── docker.md # => https://gtfocurls.github.io/docker
│ │ ├── cloudflare.md
│ │ ├── docker-registry.md # => https://gtfocurls.github.io/docker-registry
│ │ ├── ...
│ ├── widget # Widget files
│ │ ├── chmod.html
│ │ ├── ...
│ ├── ga_analytics_tops.json # top cheat sheets
├── public # Distribution files
├── _config.yml
├── gulpfile.js
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── themes
└── coo # Theme files
Many thanks to https://github.com/Fechin/reference | this site is heavily based upon.