curl:windows

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
    • -k: https 접속시 인증서 신뢰성 테스트 생략

CURL --help

CURL -V

  • /home/u613600155/domains/cli.zerotymer.net/public_html/data/pages/curl/windows.txt
  • 마지막으로 수정됨: 2025/01/08 05:47
  • 저자 writer