ziplokk1 / incapsula-cracker-py3

Python3 compatible way to bypass sites guarded with Incapsula
https://ziplokk1.github.io/incapsula-cracker-py3/
The Unlicense
195 stars 33 forks source link

Reverse engineered Incapsula's test to make program customizable on per-user basis. #2

Closed ctaylor4874 closed 2 years ago

ctaylor4874 commented 7 years ago
  1. Reverse engineered tests run by incapsula on the client browser.
  2. Built webpage for client to run locally to receive and parse customized values from the incapsula tests, user must store save values in browser_test_results.txt.
  3. Modified session.py to read values from browser_test_results.txt and use these client unique values instead of hard coded values.