5.3.2.Cli command
Last updated
Last updated
1.tshark commands:
2.list all interface
3.listen specific interface
4.listen specific interface and write to file
5.listen specific interface with time limitation
6.Listen specific interface and write to files with specific filesize
1.-i: 指定要被監聽的interface
2.-f: capture filter
3.-b: 指定什麼condition下要產生另一個file
4.-a: 指定什麼condition下要停止監聽
5.-w: 產生檔案
6.80:HTTP/ 443:HTTPS/ 53:DNS
mac安裝watch
用watch監看檔案變化
7.Read record from files
ex1.
ex2.
8.Read record from files, format to csv
1.-r: 指定要讀取的pcap檔案
2.-T: 指定欄位
3.-e: 指定要取出什麼資料
4.-E
5.-w: 產生檔案
ex1.