Skip to content

Releases: VeNoMouS/cloudscraper

Release1.2.7

06 Nov 20:59
Compare
Choose a tag to compare
  • Removed cipher ECDHE-RSA-CHACHA20-POLY1305 to mitigate reCaptcha generation from Cloudflare
Removed Nothinng -> RuntimeError ReCaptcha
Removed Nothinng -> RuntimeError ReCaptcha
Removed TLS_CHACHA20_POLY1305_SHA256 -> RuntimeError ReCaptcha
Removed TLS_AES_128_GCM_SHA256 -> RuntimeError ReCaptcha
Removed TLS_AES_256_GCM_SHA384 -> RuntimeError ReCaptcha
Removed ECDHE-RSA-AES128-GCM-SHA256 -> 200
Removed AES128-GCM-SHA256 -> 200
Removed AES256-GCM-SHA384 -> 200
Removed AES256-SHA -> 200
Removed ECDHE-ECDSA-AES256-GCM-SHA384 -> 200
Removed ECDHE-ECDSA-CHACHA20-POLY1305 -> 200
Removed ECDHE-RSA-CHACHA20-POLY1305 -> 200
Removed ECDHE-ECDSA-AES128-GCM-SHA256 -> 200
Removed TLS_AES_128_GCM_SHA256 -> RuntimeError ReCaptcha
Removed TLS_AES_256_GCM_SHA384 -> RuntimeError ReCaptcha
Removed TLS_CHACHA20_POLY1305_SHA256 -> RuntimeError ReCaptcha
Removed ECDHE-ECDSA-AES128-GCM-SHA256 -> 200
Removed ECDHE-ECDSA-AES256-SHA -> 200
Removed ECDHE-RSA-CHACHA20-POLY1305 -> 200
Removed ECDHE-ECDSA-AES128-SHA -> 200
Removed ECDHE-RSA-AES128-GCM-SHA256 -> 200
Removed ECDHE-ECDSA-CHACHA20-POLY1305 -> 200
Removed DHE-RSA-AES256-SHA -> 200
Removed ECDHE-ECDSA-AES256-GCM-SHA384 -> 200
Removed AES256-SHA -> 200
Removed DHE-RSA-AES128-SHA -> 200

* Working list, by removing one of these ciphers in both browsers:
ECDHE-RSA-CHACHA20-POLY1305
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-ECDSA-CHACHA20-POLY1305
ECDHE-ECDSA-AES256-GCM-SHA384
ECDHE-ECDSA-AES128-GCM-SHA256
AES256-SHA

+-------------------------------+--------+---------+------------+
|             Cipher            | Chrome | Firefox | Removable? |
+-------------------------------+--------+---------+------------+
|     TLS_AES_128_GCM_SHA256    |   X    |    X    |            |
|     TLS_AES_256_GCM_SHA384    |   X    |    X    |            |
|  TLS_CHACHA20_POLY1305_SHA256 |   X    |    X    |            |
| ECDHE-ECDSA-AES128-GCM-SHA256 |   X    |    X    |    Yes     |
|  ECDHE-RSA-AES128-GCM-SHA256  |   X    |    X    |    Yes     |
| ECDHE-ECDSA-AES256-GCM-SHA384 |   X    |    X    |    Yes     |
| ECDHE-ECDSA-CHACHA20-POLY1305 |   X    |    X    |    Yes     |
|  ECDHE-RSA-CHACHA20-POLY1305  |   X    |    X    |    Yes     |
|       AES128-GCM-SHA256       |   X    |         |            |
|       AES256-GCM-SHA384       |   X    |         |            |
|           AES256-SHA          |   X    |    X    |    Yes     |
|     ECDHE-ECDSA-AES256-SHA    |        |    X    |            |
|     ECDHE-ECDSA-AES128-SHA    |        |    X    |            |
|       DHE-RSA-AES128-SHA      |        |    X    |            |
|       DHE-RSA-AES256-SHA      |        |    X    |            |
+-------------------------------+--------+---------+------------+

Release 1.2.5

23 Oct 22:40
Compare
Choose a tag to compare
  • Removed cipher ECDHE-RSA-AES256-GCM-SHA384 to mitigate reCaptcha generation from Cloudflare

Release 1.2.2

09 Oct 22:12
Compare
Choose a tag to compare

Fix reCaptcha class solveCaptcha params.

Release 1.2.1

09 Oct 21:30
Compare
Choose a tag to compare

Passed resp.text instead of resp to is_reCaptcha_Challenge() in Challenge_Response by mistake.

Release 1.2.0

08 Oct 23:08
Compare
Choose a tag to compare
Release 1.2.0

Release 1.1.46

28 Sep 00:43
Compare
Choose a tag to compare

Cloudflare triggering reCapthca on firefox with the cipher DHE-RSA-AES128-SHA on Ubuntu and Windows systems

Release 1.1.45

27 Sep 23:43
Compare
Choose a tag to compare

Cloudflare triggering reCapthca on the cipher AES256-GCM-SHA384 with chrome User-Agent on Ubuntu and Windows systems

Release 1.1.43

19 Sep 23:35
Compare
Choose a tag to compare

Cloudflare triggering reCapthca or addtional challenge requests on the cipher AES256-SHA on Ubuntu 16.04, other OS's seem fine with the cipher...

Release 1.1.41

05 Sep 11:44
Compare
Choose a tag to compare

Cloudflare causing issues for User-Agents with the following ciphers:

  • AES128-GCM-SHA256 in Chrome
  • DHE-RSA-AES256-SHA in Firefox

1.1.40

19 Aug 23:11
Compare
Choose a tag to compare
Release 1.1.40