0%

wireshark抓包工具使用

文章字数:79,阅读全文大约需要1分钟

基本使用

  1. 选择网卡

  2. 1
    2
    3
    4
    5
    1. Capture -> Option
    2. 选择网卡,勾选Prom栏
    3. 勾选 Enable promiscuous mode on all interfaces
    4. 配置抓包过滤器,无则不选择 Capture all in promiscuous mode
    4. 点击start
  3. 数据过滤

  • 选择指定ip(源ip或目标ip)和协议
    1
    ip.addr == 192.168.1.1 and http