Recent content by grahama_is

  1. grahama_is

    Tools for Discovering (Distil/Other) Bot Detection Methods

    Thank you :) It's a start.
  2. grahama_is

    Tools for Discovering (Distil/Other) Bot Detection Methods

    Question: Are there tools/workflows for identifying what javascript variables Distil/other use to identify you as a bot? I do have a workable/code-able understanding of mtmproxy and javascript injection. I'm a little lost on how to discover the detection variables that will (eventually) be...
  3. grahama_is

    Does anyone have an undetectable selenium jar?

    First thanks--This is wonderful. Referring to post #70 in the thread. For anyone following along (in Python 3+), you need something akin to the below to make the screenshot--base64.b64decode Or, at least, I did. ... tab.wait(2) png = tab.call_method("Page.captureScreenshot") imgdata =...
Back
Top