使用抓包工具如http analyzer或者firefox的f12都可以修改資料報,再傳送。
但有時候會比較坑,最近遇到的乙個問題是firefox的中修改cookie後無任何的效果,再怎麼修改,傳送時還是修改之前的的cookie.
而用http analyzer傳送過去總是提示沒有登入。
最後用curl來傳送,沒有問題,還是這個命令比較靠譜些。
命令介紹:
使用demo:
#! /bin/bash
curl --cookie "phpsessid=8s4h960dtpueef2jeme4pl12n0;" --referer "" -
-user-agent "mozilla/5.0 (x11; ubuntu; linux x86_64; rv:35.0) gecko/20100101 firefox/35.0"
-d "type=1&data=2"
如果時要猜測資料等可以結合burpsuite的intruder attack
使用 curl 命令傳送請求
curl是linux下乙個強大的http命令列工具。可以把它看作命令列的瀏覽器。curl如果希望只獲取http請求頭,則加上 i引數 curl iget請求表單 curl www.hotmail.com when junk.cgi?birthyear 1905 press ok post請求表單 c...
curl模擬http傳送get或post介面測試
curl模擬http傳送get或post介面測試 可參照 一 get請求 curl i 顯示全部資訊 curl l 只顯示頭部資訊 curl v 顯示get請求全過程解析 wget 也可以 二 post請求 curl d param1 value1 m2 value2 三 json格式的post請求...
使用CURL來傳送HTTP請求的方法
websocket 1 websocket api簡介 websocket 2 為什麼引入websocket協議 websocket 3 websocket協議簡介 websocket 4 websocket與tcp http的關係 websocket 5 websocket server luas...