-
Notifications
You must be signed in to change notification settings - Fork 0
Packet_analysis
Heath Brown edited this page Nov 1, 2024
·
2 revisions
tshark -r input.pcapng -Tfields -e ip.src -e ip.dst -e tcp.analysis.flags | grep 1$
# source, destination, and then also having the analysis flags
172.27.81.41 1.1.1.1 1
172.27.81.41 1.1.1.1 1
172.27.81.41 1.1.1.1 1
172.27.81.41 1.1.1.1 1
172.27.81.41 1.1.1.1 1
172.27.81.41 1.1.1.1 1
172.27.81.41 1.1.1.1 1
172.27.81.41 1.1.1.1 1
172.27.81.41 1.1.1.1 1
- pypacker - https://gitlab.com/mike01/pypacker/-/blob/master/README.md
- dpkt - https://dpkt.readthedocs.io/en/latest/
- scapy - https://scapy.net/
- pyshark - https://github.com/KimiNewt/pyshark
- gopacket - https://github.com/google/gopacket