系统相关
首页 > 系统相关> > windows下,不安装任何软件,直接抓包

windows下,不安装任何软件,直接抓包

作者:互联网

关键字:抓包,windows,netsh trace,ETL,不安装任何软件

 

在windows系统上,不用安装任何软件,利用netsh进行抓包:

开始抓包:

netsh trace start capture=yes tracefile=c:\temp\mycap.etl

停止抓包:

netsh trace stop

 

ETL文件需要用微软的netmon或messager analyer才能打开。

要想用wireshark打开,需要下载一个etl2pcap.zip(github),将etl转换成pcap,即可

https://github.com/microsoft/etl2pcapng/releases

  

 

 

标签:github,netsh,trace,windows,抓包,软件,ETL
来源: https://www.cnblogs.com/peterhu318/p/15616187.html