An open API service indexing awesome lists of open source software.

https://github.com/emrekybs/bluefish

Automation tool designed to simplify the analysis of PCAP (Packet Capture) files
https://github.com/emrekybs/bluefish

incident-response pcap pcap-analyzer pcap-files python security-automation tshark wireshark

Last synced: 5 months ago
JSON representation

Automation tool designed to simplify the analysis of PCAP (Packet Capture) files

Awesome Lists containing this project

README

          

[![EmreKybs](https://img.shields.io/badge/MadeBy-Emrekybs-blue)
# BlueFish

BlueFish is a Python-based automation tool designed to simplify the analysis of PCAP (Packet Capture) files. It leverages the power of Wireshark's command-line tool, tshark, to extract valuable information from network captures. With BlueFish, you can quickly identify potential login attempts, analyze network traffic patterns, and extract various network artifacts.

### Key Features:
* Extracts potential login attempts and credentials.
* Analyzes IP and MAC addresses.
* Retrieves embedded objects from network traffic.
* Identifies email addresses and HTTP requests.
* Provides insights into protocols, DNS queries, ICMP packets, SMB operations, FTP sessions, and TLS handshakes.

BlueFish streamlines the process of PCAP analysis, making it easier for security professionals and network analysts to gain insights into network activities.

# 𝗜𝗡𝗦𝗧𝗔𝗟𝗟𝗔𝗧𝗜𝗢𝗡 𝗜𝗡𝗦𝗧𝗥𝗨𝗖𝗧𝗜𝗢𝗡𝗦
$ 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