mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4010] TLS Fingerprinting #3173
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dr3adx on GitHub (Feb 20, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4010
Describe the feature request
Hello,
I was wondering how does FRP work in terms of TLS fingerprinting like JA3.
Does it alter the TLS settings at all like cipher suites & extensions? If it does, is there a way I can preserve the original TLS settings?
Any info is appreciated, thank you!
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Feb 20, 2024):
We use the go standard library to handle TLS, without any extra logic.
@dr3adx commented on GitHub (Feb 20, 2024):
so that means the TLS ja3 hash will be of golang library and not of the original request?
if so, is there a way to preserve original request's JA3? because right now everybody can detect we're using FRP based on ja3, correct me if im wrong.
@fatedier commented on GitHub (Feb 20, 2024):
I do not understand this knowledge, you can try to obtain information in this area from other sources.