Giter Site home page Giter Site logo

geetest's People

Contributors

wsguest avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geetest's Issues

Help me to crack Geetest

I have read issue "Always returning "fail" #2" but I cannot understand it. I know a site similar to solebtc.com, it's autodoge.com. I think it's based on the same code. So @wsguest do you know the trick to bypass geetest. Here is some login information: [email protected].
Thank you very much if you could help me!

Always returning "fail"

So firstly let me mention that I could never have even begun to crack GeeTest without your code. However I had to take a slightly different approach.

The website that I am trying to pass GeeTest on will not load in Internet Explorer, nor will HttpWebRequests work. Idk why, I even tried changing the user agent but nothing worked. Instead I use CefSharp, a Chromium browser Winform element, to log in to the site that I am using.

So in short:
CefBrowser -> LoadPageWithGeeTest -> Parse GT and Challenge
var gk = new Geek(gt, challenge);

I modified your constructor to skip the GetConfig() part since GetConfig only loads a string that says "Old Challenge" since my winform browser already loaded that geetest.

public Geek(string gt, string challenge)
{
            config = new JsonObject();
            config["gt"] = gt;
            config["initchallenge"] = challenge;
            this.challenge = challenge;
            this.gt = gt;
            Console.WriteLine("Refresh Config: " + RefreshConfig());
}

All of the code works with no exceptions, but the final response I get is "fail". For all 4 actions that get executed:

result: {"success": 0,"message":"fail"}
result: {"success": 0,"message":"fail"}
result: {"success": 0,"message":"fail"}
result: {"success": 0,"message":"fail"}

Idk if this is an issue on my end or an issue with my code.

'clng' variable not defined

Great work,dude! The online test api just takes a fancy performance. But the source code, I think, is a pre-debugged version? Some annoying bugs showed up there : ( ,such as the above 'clng' variable problem.

Geetest Always Failing - And With Private Proxies

As the title says, I think this is something to be revisited.

How did you figure out the algorithms for how to encode everything such as the actions, timing, etc? I think something had to have been changed. I gave my bot a rest for multiple days but it can't solve a single captcha anymore. However I can solve them manually with no problem. I'm really starting to suspect that maybe there has been an update to their algorithm.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.