jgru / libja3

WIP! - C-Library to compute JA3 TLS fingerprints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libja3 – WORK IN PROGRESS!

libja3 is a C implementation of J. Althouse’s method for profiling SSL/TLS Clients called JA3. This project aims at providing a C-library for the JA3-algorithm and a fast and easy to use CLI tool, called ja3sum, which takes a .pcap- or .pcapng-file to extract all JA3-TLS-fingerprints for further processing.

Usage of ja3sum

TODO

Usage of libja3’s API

TODO

References

The following sources served as inspiration and have been used as references:

About

WIP! - C-Library to compute JA3 TLS fingerprints

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 98.1%Language:Makefile 1.9%