vvanglro / ja3-server

ja3-server based on nginx-ssl-ja3 and fastapi

Home Page:https://github.com/vvanglro/ja3-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ja3-server

Thanks to nginx-ssl-ja3, we can obtain ja3 information without invading existing services.

Refer to nginx-ssl-ja3 to configure nginx and forward the ja3 information to the service through the header.

Usage

git clone https://github.com/vvanglro/ja3-server.git
cd ja3_server/docker
docker-compose up
import requests

resp = requests.get("https://your-ip/", verify=False)
print(resp.json())

About

ja3-server based on nginx-ssl-ja3 and fastapi

https://github.com/vvanglro/ja3-server

License:Apache License 2.0


Languages

Language:Python 60.1%Language:Dockerfile 39.9%