Skip to content

Commit

Permalink
changed to BSDv3 license like the reference implementation, updated r…
Browse files Browse the repository at this point in the history
…eadme
  • Loading branch information
dreadl0ck committed Nov 17, 2018
1 parent fe2a9d6 commit 60c406b
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 680 deletions.
676 changes: 7 additions & 669 deletions LICENSE

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# JA3

[![Go Report Card](https://goreportcard.com/badge/github.com/dreadl0ck/ja3)](https://goreportcard.com/report/github.com/dreadl0ck/ja3)
[![License](https://img.shields.io/badge/License-BSDv3-blue.svg)](https://raw.githubusercontent.com/dreadl0ck/ja3/master/docs/LICENSE)
[![Golang](https://img.shields.io/badge/Go-1.10-blue.svg)](https://golang.org)
![Linux](https://img.shields.io/badge/Supports-Linux-green.svg)
![macOS](https://img.shields.io/badge/Supports-macOS-green.svg)
![Windows](https://img.shields.io/badge/Supports-Windosa-green.svg)

JA3 is a technique developed by Salesforce, to fingerprint the TLS client hello.

The official python implementation can be found here: https://github.com/salesforce/ja3
Expand Down
5 changes: 0 additions & 5 deletions TODO.md

This file was deleted.

3 changes: 2 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* JA3 - TLS Client Hello Hash
* Copyright (c) 2018 Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
* Copyright (c) 2017, Salesforce.com, Inc.
* this code was created by Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
Expand Down
3 changes: 2 additions & 1 deletion file.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* JA3 - TLS Client Hello Hash
* Copyright (c) 2018 Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
* Copyright (c) 2017, Salesforce.com, Inc.
* this code was created by Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
Expand Down
3 changes: 2 additions & 1 deletion gopacket.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* JA3 - TLS Client Hello Hash
* Copyright (c) 2018 Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
* Copyright (c) 2017, Salesforce.com, Inc.
* this code was created by Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
Expand Down
3 changes: 2 additions & 1 deletion ja3.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* JA3 - TLS Client Hello Hash
* Copyright (c) 2018 Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
* Copyright (c) 2017, Salesforce.com, Inc.
* this code was created by Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
Expand Down
3 changes: 2 additions & 1 deletion ja3_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* JA3 - TLS Client Hello Hash
* Copyright (c) 2018 Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
* Copyright (c) 2017, Salesforce.com, Inc.
* this code was created by Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
Expand Down
3 changes: 2 additions & 1 deletion json.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* JA3 - TLS Client Hello Hash
* Copyright (c) 2018 Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
* Copyright (c) 2017, Salesforce.com, Inc.
* this code was created by Philipp Mieden <dreadl0ck [at] protonmail [dot] ch>
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
Expand Down

0 comments on commit 60c406b

Please sign in to comment.