Результаты поиска

  1. M

    RecaptchaV3 solving

    When I try to solve RecaptchaV3 via Capmonster 2.10.10.0, I always receive a timeout. Settings: It does not matter if I use proxy or not, it always times out. If I use the same proxy in ProjectMaker and go to the page https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php it...
  2. M

    Asynchronous option for solving Recaptchav2

    I know it is possible to do externally but it would be much easier if ZP offered something on its own, especially for rather simple tasks.
  3. M

    Asynchronous option for solving Recaptchav2

    Oftentimes it takes 20 - 60 seconds to solve a Recaptchav2. It seems like a waste of time to perform all actions on a webpage and then to wait this time additionally. It would be really great if we could start the Recaptchav2 process at the beginning of the project. Without waiting for the...
  4. M

    Block all images but recaptcha

    I am referring to https://angular.io/ It is a javascript framework to create web applications. It has an internal storage and I'm not sure how to access it from the outside.
  5. M

    Block all images but recaptcha

    The problem with this is that often the application is using a framework like Angular or React and I do not know how to submit the obtained recaptcha token to the App through javascript because it is something internal. I tried enabling it before solving, then solving, then disabling it but it...
  6. M

    Block all images but recaptcha

    Usually I disable pictures to make everything load faster but then it won't display the recaptchaV2 images (select crosswalks, etc.) anymore. Is there a way to block all images but still let recaptcha images pass to be loaded and displayed?
  7. M

    Discussion - version 2.10.8.7

    The score when using CapMonster2 for RecaptchaV3 is always 0.1 via SiteKey. With ZennoPoster it is better most of the time. Same proxies. CapMonster2 set to use Chrome. Is there anything that can be done to improve the score when using CM2?
  8. M

    RecaptchaV3 always returns score 0.1 with ZP

    I used ZennoPoster chrome directly and CapMonster with settings for Chrome browser. The scores aren't different if I use ZP or CM. Compared to a real browser like Chrome or Firefox, the score in ZP is always lower. When comparing the real browser I made sure there were clean browsers with no...
  9. M

    RecaptchaV3 always returns score 0.1 with ZP

    This can be replicated here: https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php ZP always has a score of 0.1 for me.
  10. M

    RecaptchaV3 always returns score 0.1 with ZP

    I want to automate upvoting of softonic.com/solutions/what-are-the-best-hotel-booking-sites It uses invisible Recaptcha for the upvoting. The problem is that with ZP there is always an error because recaptcha returns a score of 0.1. {"success":false,"error":{"message":"Recaptcha error...
  11. M

    Success rate mutch lower on "In tab" compared to "via sitekey"

    Hello there, I noticed that the "In tab" option for the CapMonster2 recognition module has a much lower success rate. As I understood this method will try to solve the open recaptcha popup in a tab. However when this is used I only see "task" sorry or <Task not identified> in the output window...
  12. M

    What proxy is used for Recaptcha2?

    In ZP I have an action Recognize ReCaptcha 2. I set CapMonster2.dll as module and chose "Via SiteKey". Also I checked "Use proxy from project". I also saw there is a section in the CapMonster2 settings to specify a proxy list. Now I am wondering what proxy CapMonster2 is using to solve...
  13. M

    Do Zennoposter and Projectmaker treat ReCaptchav2 differently?

    Okay, I figured out the reason, it seems ZP and PM treat variables differently. The code to submit the captcha is Tab tab = instance.ActiveTab; tab.AllDocuments.Documents[1].EvaluateScript("tokenCallback('{-Variable.recaptchaResp-}');"); While PM resolves {-Variable.recaptchaResp-} to the...
  14. M

    Do Zennoposter and Projectmaker treat ReCaptchav2 differently?

    Proxy is defined in project, both zp and pm use private elite proxies.
  15. M

    Do Zennoposter and Projectmaker treat ReCaptchav2 differently?

    I have a project which uses Recaptchav2. The module settings are: Recognition module: Anti-Captcha.dll Via Sitekey Do not use proxy from project Sitekey and URL are specified correctly. In Projectmaker the Recaptchav2 gets recognized correctly and the project runs without any issues. However in...
  16. M

    Increase Captcha service timeout/retry

    I often see Recaptchav2 as failed because ZP is not checking often enough and the captcha service is still solving the captcha so ZP reports it as not solved. If it had tried it more often to get a result, it would have been successful. Is there a way to set the timeout / retry value for the...
  17. M

    Interact with javascript in iframe

    I solved it by using Tab tab = instance.MainTab; tab.AllDocuments.Documents[1].EvaluateScript("iframeFunction();");
  18. M

    Interact with javascript in iframe

    I've got a case where an angularjs app uses an iframe for recaptchav2. The iframe uses a javascript function to send the recaptcha result to the parent window using postMessage. Then the angularjs app uses the token internally and adds it to the request it makes to the server. How can I call...
  19. M

    Discussion - new version 5.17.1.0

    The new browser emulation feature from 5.17. is great but you have to tweak it further to make it look realistic. According to http://valve.github.io/fingerprintjs2/ *Canvas and webgl data is always identical, no matter what browser or OS is set in the settings. These should have random...
  20. M

    Over 1100 templates for high TR profiles

    What kind of links are they, do the profile pages even get some juice? Is it possible to enter 1 link and it will be posted to 1100 sites or do I have to manually setup every page? Are all those 1100 sites using the same engine or are those genuine sites? Do you offer updates if those sites...
  21. M

    Accept orders for Zennoposter templates!!!

    I can fully recommend qzen4i. He has good prices, provides quality templates and is very quick with his work. I had my template within 1 day.
  22. M

    Set proxy with authentication in project

    Hello, I want to use 1 specific proxy in my project template, how can I do that? When I use the browser settings action, I can only set the IP: The proxy requires login and password authentication, how can I set this as well?
  23. M

    Protection against exploits

    Hello, what kind of webbrowser is used by ZP? If I automate a view exchange website and somebody lists a website with some exploits, will this infect my computer or has zennoposter some measures against it?