Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
BlueFish — Automation tool designed to simplify the analysis of PCAP (Packet Capture) files | Kitploit
Tools/GitHubGitHub/emrekybs/bluefish
Packet Sniffing & AnalysisNetwork ForensicsForensicsInformation GatheringIncident Response
GitHubemrekybs/bluefish

BlueFish

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

View Repository
1934 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

[EmreKybs

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.

𝗜𝗡𝗦𝗧𝗔𝗟𝗟𝗔𝗧𝗜𝗢𝗡 𝗜𝗡𝗦𝗧𝗥𝗨𝗖𝗧𝗜𝗢𝗡𝗦

root@kitploit:~
  $ 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 
 
Download Tool