Linux常用命令 curl

2021-07-14 01:46:35 字數 819 閱讀 5570

語法:curl [option] [url]

1.訪問網頁

2.get請求

curl 「param1=name¶ms2=pass」

curl ?user=***&password=***

3.post請求

4.http動詞

curl預設的http動詞是get,使用`-x`引數可以支援其他動詞

curl -x post www.example.com

curl -x delete www.example.com

5.顯示頭資訊

`-i`引數可以顯示http response的頭資訊,連同網頁**一起

引數則是只顯示http response的頭資訊

curl -i www.sina.com

6.使用**

8.http認證

curl -u abc:password #使用者名稱密碼認證

curl -e mycert.pem #採用證書認證

9.偽造**位址

CURL常用命令

curl o 將檔案儲存為命令列中指定的檔名的檔案中 o 使用url中預設的檔名儲存檔案到本地 2 curl o mygettext.html 3 4 將檔案儲存到本地並命名為gettext.html 5 curl o 同樣可以使用轉向字元 對輸出進行轉向輸出 同時獲取多個檔案 1 curl o u...

CURL常用命令

curl o 將檔案儲存為命令列中指定的檔名的檔案中 o 使用url中預設的檔名儲存檔案到本地 2 curl o mygettext.html 3 4 將檔案儲存到本地並命名為gettext.html 5 curl o 同樣可以使用轉向字元 對輸出進行轉向輸出 同時獲取多個檔案 1 curl o u...

CURL常用命令

curl o 將檔案儲存為命令列中指定的檔名的檔案中 o 使用url中預設的檔名儲存檔案到本地 2 curl o mygettext.html 3 4 將檔案儲存到本地並命名為gettext.html 5 curl o 同樣可以使用轉向字元 對輸出進行轉向輸出 同時獲取多個檔案 1 curl o u...