2018-04-05 10:21:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cfscrape: updated to 1.9.5 1.9.5 - Parse updated IUAM Javascript challenge |
2018-02-12 09:20:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cfscrape: updated to 1.9.4 1.9.4 Handle failed challenge submissions, update README, remove PyExecJS dependency |
2018-02-02 09:52:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cfscrape: updated to 1.9.3 1.9.3: Add LICENSE and README.md to source distribution. |
2018-01-31 12:53:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cfscrape: updated to 1.9.2 1.9.2: Add __version__ to __init__.py |
2017-12-21 09:08:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cfscrape: updated to 1.9.1 1.9.1 - Support Cloudflare's new Server header |
2017-09-05 13:31:53 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 1.9.0: - Use vm.runInNewContext securely |
2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165) |
Log message: Follow some redirects. |
2017-08-16 20:04:34 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 1.8.1: Bug fix: Handle relative Location headers |
2017-07-28 09:04:36 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 1.8.0: Remove insecure Js2Py library (code execution risk) Please upgrade to 1.8.0 immediately. Versions 1.6.6 to 1.7.1 are vulnerable to code execution. If you are running a \ vulnerable version, a malicious website owner could craft a page which executes \ arbitrary Python code on the machine that runs this script. This can only occur \ if the website that the user attempts to scrape has specifically prepared a page \ to exploit vulnerable versions of cfscrape. |
2017-02-08 00:52:16 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Add py-cfscrape-1.6.8: This Python module allows by-passing of Cloudfare's anti-bot page. It will dynamically evaluate the Javascript challenge as proof of web browserness. It cannot handle reCAPTCHA challenges. |