[
BlueFish 是一款基于 Python 的自动化工具,旨在简化 PCAP(数据包捕获)文件的分析。它利用 Wireshark 的命令行工具 tshark,从网络捕获中提取有价值的信息。使用 BlueFish,您可以快速识别潜在的登录尝试、分析网络流量模式,并提取各种网络工件。
BlueFish 简化了PCAP分析流程,使安全专业人员和网络分析师能够更轻松地洞察网络活动。
$ pip install subprocess.run
$ pip install os-sys
$ git clone https://github.com/emrekybs0/BlueFish.git
$ cd BlueFish
$ chmod +x BlueFish.py
$ python3 BlueFish.py
