1、 tcpdump 抓包供wireshark使用

2、tcpdump port 80 -w aa.cap #抓卡网上的包,可以通过-i选项指定网卡,如eth0

3、然后通过wineshark的过滤语法来找到相应的数据包。这样就可以免掉一些重复的动作,而且更直观    http.host == "xxx" 

 

 

 tcpdump -i any -w aaaa.cap

相关文章:

  • 2022-02-09
  • 2021-11-13
  • 2021-05-23
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-08-03
  • 2021-06-30
  • 2022-12-23
  • 2021-03-30
相关资源
相似解决方案