pyshark
Packet parser
A Python library that allows parsing of network packet capture files using Wireshark dissectors.
Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
2k stars
77 watching
422 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
capture-packetspacket-capturepythontsharkwireshark
Related projects:
Repository | Description | Stars |
---|---|---|
wireshark/wireshark | A network traffic analyzer and packet capture tool with graphical user interface and line-oriented sniffer capabilities | 7,290 |
owasp/pysap | A Python library for crafting and sending packets using SAP's network protocols | 220 |
gcla/termshark | A terminal-based interface for analyzing network protocol captures | 9,123 |
secdev/scapy | A Python-based tool for interactive packet manipulation and analysis | 10,771 |
jarryshaw/pypcapkit | A Python-based comprehensive network packet analysis library | 239 |
skelsec/pypykatz | An implementation of Mimikatz in pure Python for parsing Windows secrets and registry data. | 2,879 |
dloss/python-pentest-tools | A collection of Python libraries and tools for network exploitation and reverse engineering. | 2,718 |
cookiecutter/cookiecutter | A command-line utility that creates projects from pre-defined templates. | 22,632 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,537 |
pyscript/pyscript | Enables execution of Python code in web browsers using WASM and modern web technologies | 17,992 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,759 |
kbandla/dpkt | A Python module for fast and simple packet parsing with TCP/IP protocol definitions. | 1,096 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,914 |
rapptz/discord.py | An API wrapper for interacting with the Discord platform. | 14,899 |
ta-lib/ta-lib-python | A Python wrapper for technical analysis libraries. | 9,747 |