摘要:
cat demo.pcap.txz | xz -d -T 5 > demo.pcap 阅读全文
摘要:
//捕获服务器流量到本地 sudo ./gor --input-raw :8082 --output-file=requests.gor //从本地文件回放流量 ./gor --input-file requests_0.gor --output-http="http://172.16.106.23 阅读全文
摘要:
tcpdump -i any port 1280 -s 0 -w test.pcap //抓包知道端口的流量 --将包分离成客户端服务器回放的命令 tcpprep -a client -i test.pcap -o test.cache //对报文的通信流量的两方(服务器/ 客户端)进行分离 tcp 阅读全文