openbullet / openbullet/OpenBullet2

[REQUEST] Defeat New Generation of Bot Detectors

Open
#530 3 comments 5 reactions 1 assignee View on GitHub

@openbullet is already working on this.

Since Jun 10, 2024.

enhancement
Dominant language
C#
Stars
2.4k
Forks
602
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe.
I'm always frustrated when there are crazy new bot detections tools that exploit stuff like tls fingerprint and cutting edge http protocols to detect bots. At the moment there aren't libraries to defeat them, and someone should modify openssl to do something about it.

Describe the solution you'd like

  • Using an HPACK library to support http2
  • Using bouncycastle to manage ssl sockets, a pure C# crypto library that will allow to easily manipulate the client hello
  • Implement options to add dummy tls extensions, ciphers, and modify the order of them. (tls fingerprint tecniques not only check the ciphers order, but also the order of the extensions)

Describe alternatives you've considered
At the moment there aren't alternatives.

Additional context
It would be cool also to create a mitm https proxy that support all those stuff, because at the moment there aren't mitm proxies that can't be detected using tls fingerprint.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.