-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Based on research into tools like Xray, the Go crypto/TLS ClientHello fingerprint is highly unique, making it easier for traffic analysis systems to detect and block.
To improve stealth in darkflare-client, the uTLS project could be integrated. This project allows for mimicking TLS fingerprints used by popular browsers (e.g., Chrome) and operating systems, enabling traffic from darkflare-client to blend in with regular user traffic.
Benefits:
• Better Stealth: Makes darkflare-client traffic harder to detect or block.
• Customizable Options: Users could select different fingerprints to suit specific needs or scenarios.
• Increased Resilience: Reduces the likelihood of detection, flagging, or throttling in restrictive environments.
Proposal:
Implement uTLS within darkflare-client to allow dynamic selection of browser or OS-like TLS fingerprints, enhancing the tool’s robustness and usability in challenging network conditions.