Releases: VeNoMouS/cloudscraper
Releases · VeNoMouS/cloudscraper
Release1.2.7
- 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
- Removed cipher ECDHE-RSA-AES256-GCM-SHA384 to mitigate reCaptcha generation from Cloudflare
Release 1.2.2
Fix reCaptcha class solveCaptcha params.
Release 1.2.1
Passed resp.text instead of resp to is_reCaptcha_Challenge() in Challenge_Response by mistake.
Release 1.2.0
Release 1.2.0
Release 1.1.46
Cloudflare triggering reCapthca on firefox with the cipher DHE-RSA-AES128-SHA on Ubuntu and Windows systems
Release 1.1.45
Cloudflare triggering reCapthca on the cipher AES256-GCM-SHA384 with chrome User-Agent on Ubuntu and Windows systems
Release 1.1.43
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
Cloudflare causing issues for User-Agents with the following ciphers:
- AES128-GCM-SHA256 in Chrome
- DHE-RSA-AES256-SHA in Firefox