windows:cmd:curl

CURL

# 웹 취약점 체크
curl -v -X TRACE host:port
  • CURL [options…] <url>
    • -d data, –data data: HTTP POST data
    • -f, –fail: Fail fast with no output on HTTP errors
    • -h category, –help category: Get help for commands
      • all
      • category
    • -i, –include: Include protocol response headers in the output
    • -o file, –output file: Write to file instead of stdout
    • -O, –remote-name: Write output to a file named as a the remote file
    • -s, –silent: Silent mode
    • -T file, –upload-file file: Transfer local FILE to destination
    • -u user:password, –user user:password: Server user and password
    • -A name, –user-agent name: Send User-Agent name to server
    • -v, –verbose: Make the operation more talkalive
    • -V, –version: Show version number and quit

CURL --help

CURL -V

  • /home/u613600155/domains/cli.zerotymer.net/public_html/data/pages/windows/cmd/curl.txt
  • 마지막으로 수정됨: 2025/10/10 14:35
  • (바깥 편집)