socket-sentry by rhasselbaum

Automatically exported from code.google.com/p/socket-sentry

updated at Dec. 8, 2022, 4:54 a.m.

C++

3 +0

2 +0

1 +0

GitHub
tcpsplice by pyke369

high bandwidth for high-latency tcp connections

updated at Dec. 11, 2023, 8:51 p.m.

Go

1 +0

7 +0

4 +0

GitHub
YaraPcap by kevthehermit

Process HTTP Pcaps With YARA

updated at Jan. 21, 2024, 7:14 a.m.

Python

11 +0

97 +0

28 +0

GitHub
yaraprocessor by MITRECND

Yara is awesome, but sometimes you need to manipulate the data streams you're scanning in different ways.

updated at Feb. 28, 2024, 8:51 a.m.

Python

26 +0

96 +0

11 +0

GitHub
http-sniffer by caesar0301

A multi-threading tool to sniff TCP flow statistics and embedded HTTP headers from PCAP file. Each TCP flow carrying HTTP is exported to text file in json format.

updated at March 10, 2024, 12:43 a.m.

C

12 +0

185 +0

51 +0

GitHub
clj-net-pcap by ruedigergad

A wrapper/facade/whatever to enable/ease the use of jNetPcap (a libpcap based packet sniffing lib) in Clojure

updated at March 13, 2024, 7:05 p.m.

Java

7 +0

66 +0

30 +0

GitHub
libcrafter by pellegre

A high level C++ network packet sniffing and crafting library.

updated at March 15, 2024, 10:46 a.m.

C++

34 +0

297 +0

89 +0

GitHub
tcptrace by blitz

tcptrace is a tool written by Shawn Ostermann at Ohio University, for analysis of TCP dump files.

updated at March 26, 2024, 12:20 p.m.

C

10 +0

75 +0

25 +0

GitHub
pcap2har by andrewf

A convertor from .pcap network capture files to HTTP Archive files.

updated at April 1, 2024, 12:31 a.m.

Python

25 +0

232 +0

68 +0

GitHub
foremost by jonstewart

Foremost is a console program to recover files based on their headers, footers, and internal data structures. c.f., http://foremost.sourceforge.net/

updated at April 1, 2024, 8:22 a.m.

C

3 +0

48 +0

6 +0

GitHub
Chaosreader by brendangregg

An any-snarf program that processes application protocols (HTTP/FTP/...) from tcpdump or snoop files and stores session and file data

updated at April 12, 2024, 5:35 p.m.

Unknown languages

20 +0

217 +0

48 +0

GitHub
USBPcapOdinDumper.py by KOLANICH-tools

Some set of scripts to unpack odin packets into separate files !!! Migrated to Codeberg !!!

updated at April 20, 2024, 12:28 a.m.

Python

3 +0

8 +0

2 +0

GitHub
OpenFPC by leonward

OpenFPC, Open Source Full Packet Capture

updated at April 21, 2024, 2:20 a.m.

Perl

13 +0

67 +0

10 +0

GitHub
potiron by CIRCL

Potiron - Normalize, Index and Visualize Network Capture

updated at April 23, 2024, 1:06 p.m.

Python

19 +0

81 +0

20 +0

GitHub
ipsumdump by kohler

Ipsumdump and other programs for command-line network trace manipulation.

updated at April 26, 2024, 4:56 a.m.

C++

6 +0

35 +0

10 +0

GitHub
hadoop-pcap by RIPE-NCC

Hadoop library to read packet capture (PCAP) files

updated at May 8, 2024, 12:54 p.m.

Java

40 +0

205 +0

100 +0

GitHub
PacketQ by DNS-OARC

A tool that provides a basic SQL-frontend to PCAP-files

updated at May 10, 2024, 11:43 a.m.

JavaScript

28 +0

389 +0

57 +0

GitHub
chopshop by MITRECND

Protocol Analysis/Decoder Framework

updated at May 17, 2024, 7:11 p.m.

Python

71 +0

488 +0

112 +1

GitHub
pcapfex by vikwin

'Packet Capture Forensic Evidence eXtractor' is a tool that finds and extracts files from packet capture files

updated at May 23, 2024, 5:10 a.m.

Python

19 +0

210 +0

41 +0

GitHub
pkt2flow by caesar0301

A simple utility to classify packets into flows. It's so simple that only one task is aimed to finish. For Deep Packet Inspection or flow classification, it's so common to analyze the feature of one specific flow. I have make the attempt to use made-ready tools like tcpflows, tcpslice, tcpsplit, but all these tools try to either decrease the trace volume (under requirement) or resemble the packets into flow payloads (over requirement). I have not found a simple tool to classify the packets into flows without further processing. This is why this program is born.

updated at May 24, 2024, 5:33 a.m.

C

13 +0

162 +0

46 +0

GitHub