Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ja3s python program not working #67

Open
sajualways opened this issue Jun 10, 2021 · 3 comments
Open

ja3s python program not working #67

sajualways opened this issue Jun 10, 2021 · 3 comments

Comments

@sajualways
Copy link

python3 ja3s.py -j trace1.pcap
[]

@aygupt1822
Copy link

Can you send me your pcap file ?

@abbbe
Copy link

abbbe commented Jul 16, 2022

@aygupt1822, I came across the same issue, for me it boiled down to different pcap format used when tcpdump is launched with 'any' interface specification. In my case (some Debian-based nginx docker container) it produced so called "Linux cooked v2" pcap format which ja3 fails to support. Linktype value is 276, corresponds to https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html linktype.

@aygupt1822
Copy link

I was also having the exact issue that @sajualways described while generating JA3 and JA3s on the my Ubuntu machine.

I solved this problem by adding the Ja3 lua plugin in wireshark.
So when the pcap loads in Wireshark you can then add the Ja3 and Ja3s as "Columns" filters in wireshark, filter the TLS packets and then export the details in CSV format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants