fatt icon indicating copy to clipboard operation
fatt copied to clipboard

FATT /fingerprintAllTheThings - a pyshark based script for extracting network metadata and fingerprints from pcap files and live network traffic

Results 5 fatt issues
Sort by recently updated
recently updated
newest added

![sniff](https://user-images.githubusercontent.com/52951876/180723875-c787eb59-b5f3-43eb-b5a6-5f96ed1b78f8.png) How can this script be used for extracting fingerprints for traffic similar to one shown in image, i tried by command in example but does'nt work

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

With `quic` enabled I am getting the following error, strangely it only happens within a VM environment, not on a physical device: ``` Traceback (most recent call last): File "fatt.py",...

python3 fatt.py -i eth0 --print_output --json_logging ![image](https://user-images.githubusercontent.com/16287528/91690343-5ca38c80-eb98-11ea-81f7-53d58d694518.png) config: ![image](https://user-images.githubusercontent.com/16287528/91690522-af7d4400-eb98-11ea-8cca-5c1eaec40228.png)

Suggested fix for the lack of `tag` attribute for QUIC IETF protocol, separating it from the GQUIC protocol parsing. Tested for QUIC IETF, GQUIC left untouched. Requires review.