2017年11月27日 星期一

How to capture soap xml through tsahrk

tshark -w   data.pcap
#!/bin/bash 
TSHARK=tshark PCAP=./data.pcap 
# write the streams to individual files 
while read stream 
do 
echo "writing stream $stream --> $stream.txt"
 $TSHARK -qz follow,tcp,ascii,$stream -r $PCAP > $stream.txt 
done < <($TSHARK -T fields -e tcp.stream -r $PCAP | sort | uniq)

沒有留言:

如何下載Facebook 相簿跟影片

影片:透過chrome plug-in : Video Downloader for Facebook<sup>TM</sup> 相簿: 透過chrome plug-in : Tampermonkey 搭配script : Facebo...