pash 504 Posted October 3, 2018 Author Report Share Posted October 3, 2018 what is "Header Acao" ?from site say If enabled will include Access-Control-Allow-Origin:* header in the response.\r\nUsed for cross-domain AJAX requests in web applications Quote Link to post Share on other sites
AtmoPress 14 Posted October 4, 2018 Report Share Posted October 4, 2018 what is "Header Acao" ?My guess is that it refers to Access Control Allow Origin: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin Here's a more friendly explanation of its use: https://stackoverflow.com/questions/10636611/how-does-access-control-allow-origin-header-work Quote Link to post Share on other sites
Eddie 14 Posted October 16, 2018 Report Share Posted October 16, 2018 3.4.4.0 (BETA)Add new command2captcha.com recaptcha: all in one recaptcha V2, Invisible, V32captcha.com recaptcha: add new option "Header Acao","Pingback Url","Captcha Type"2captcha.com pingback: pingback (callback) option that allows you to get the answer for your captcha automatically when it's ready. It allows you to get answers without making requests also allows you to avoid account suspension.2captcha.com normal captcha: Remove commands2captcha.com recaptcha v12captcha.com recaptcha v22captcha.com recaptcha v2 invisible2captcha.com recaptcha v3 is anybody have some code to show how the pingback working, and what is the pingback url should be, thanks! Quote Link to post Share on other sites
sirrus 0 Posted December 24, 2018 Report Share Posted December 24, 2018 (edited) Would also love to have an example of the latest version. If anyone can spare a moment to drop a ubot example for recaptcha v2 (I am not a robot) using 2captcha.com - that would be amazing. Thanks in advance Edited December 24, 2018 by sirrus Quote Link to post Share on other sites
pash 504 Posted January 21, 2019 Author Report Share Posted January 21, 2019 3.4.4.12captcha.com recaptcha: update command set(#AccessKey,"XXXXXXX","Global") navigate("https://www.google.com/recaptcha/api2/demo?invisible=true","Wait") wait for browser event("Everything Loaded","") wait(1) set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global") clear list(%Debug) add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #AccessKey, #GoogleKey, $url, "", "", 50, 120, "", "", "", "Invisible"),"Delete","Global") change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1)) run javascript("document.getElementById(\"recaptcha-demo-form\").submit();") comment("run javascript(\"___grecaptcha_cfg.clients[0].aa.l.callback()\")") Quote Link to post Share on other sites
pash 504 Posted February 1, 2019 Author Report Share Posted February 1, 2019 3.4.4.2fix alert dialog. Quote Link to post Share on other sites
serdzi 0 Posted February 15, 2019 Report Share Posted February 15, 2019 Hi pash, Many time when I use your code above I receive in $list item(%Debug,1) error "Timeout" I set max timeout as 180 or even 300 and when 2captcha.com resolve in longer time then 180 i get error "timeout"Maybe you must extent this parametr in plugin?? Quote Link to post Share on other sites
pash 504 Posted February 16, 2019 Author Report Share Posted February 16, 2019 3.4.4.3 2captcha.com: fix time out option Quote Link to post Share on other sites
serdzi 0 Posted February 16, 2019 Report Share Posted February 16, 2019 some error when I add new version. Quote Link to post Share on other sites
pash 504 Posted February 16, 2019 Author Report Share Posted February 16, 2019 3.4.4.4 fix popup Quote Link to post Share on other sites
ptlrc 2 Posted August 17, 2019 Report Share Posted August 17, 2019 where to find the good drive link for download the newest version Quote Link to post Share on other sites
pash 504 Posted August 17, 2019 Author Report Share Posted August 17, 2019 where to find the good drive link for download the newest versionno google drive. only web site. Quote Link to post Share on other sites
gandenkohkono 3 Posted September 13, 2019 Report Share Posted September 13, 2019 Anyone can share example code using DBC ? Because i'm received update about that https://i.imgur.com/5a7GxVS.png Quote Link to post Share on other sites
youbot 1 Posted November 11, 2019 Report Share Posted November 11, 2019 Can this plugin solve Google image captchas where you have to click on images of cars and fire hydrants? Also, does it work with Exbrowser? Thanks. Quote Link to post Share on other sites
nil414dieor 0 Posted November 21, 2019 Report Share Posted November 21, 2019 @pash I'm willing to pay for this plugin if it works, it's a nightmare with recaptcha these day, in ubot studio Quote Link to post Share on other sites
youbot 1 Posted July 17, 2020 Report Share Posted July 17, 2020 (edited) edit: nvm. Edited July 17, 2020 by youbot Quote Link to post Share on other sites
myubo 2 Posted October 6, 2022 Report Share Posted October 6, 2022 (edited) My code works perfect on google demo site, but can't get it to work on below site, can anyone take a look please? I don't understand how it can work on one site but the other https://www.tec.work/account/my-account Work here on google demo site: https://www.google.com/recaptcha/api2/demo navigate("https://www.tec.work/account/my-account","Wait") wait(4) set(#url,$url,"Global") set(#AccessKey,"XXXXXXXXXXXXXXXXXx","Global") set(#captcha_url,$scrape attribute($element offset(<title="reCAPTCHA">,0),"src"),"Global") define $trim to between(#trimto) { return($find regular expression(#trimto,"(?<=\\&k=)(.*?)(?=\\&)")) } set(#GoogleKey,$trim to between(#captcha_url),"Global") clear list(%Debug) add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #AccessKey, #GoogleKey, #url, "", "", 30, 120, "", "", "", "V2"),"Delete","Global") change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1)) run javascript("document.getElementById(\"recaptcha-demo-form\").submit();") Edited November 24, 2023 by myubo Quote Link to post Share on other sites
myubo 2 Posted November 24, 2023 Report Share Posted November 24, 2023 Can anyone please take a look to the code above? I think the problem is POST, in the google recaptcha demo above you just send this javascript to POST run javascript("document.getElementById(\"recaptcha-demo-form\").submit();") But on this website tec.work/account/my-account and many others recaptcha form isn't wrapped in a form so you can't send post with the javascript above. Any suggestions guys? Quote Link to post Share on other sites
PRO 69 Posted November 24, 2023 Report Share Posted November 24, 2023 document.querySelector('.rc-anchor-checkbox').click(); --- Plugin download link: https://automaxed.com/free-tools Quote Link to post Share on other sites
myubo 2 Posted November 25, 2023 Report Share Posted November 25, 2023 Hey thanks for the quick reply. I just tried and still won't submit the recaptcha. Here how would you submit any of these 3 recaptchas since they don't have a proper form/post? https://nopecha.com/demo/recaptcha And this one I understand since its wrapped in <form action="/recaptcha-v2-checkbox.php" method="post"> https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php Quote Link to post Share on other sites
PRO 69 Posted November 25, 2023 Report Share Posted November 25, 2023 Yes. The JS seems only working after manually hovering some elements, I guess. It's weird. But honestly, I would simply use the Automaxed Browser Plugin and done: do it() define do it { plugin command("Browser Automation.dll", "browser navigate", "https://www.your-web-address.com/account/my-account") wait(3) plugin command("Browser Automation.dll", "browser mouse click", "Class[2]:kuTaGy wixui-button zKbzSQ", "Left Click") wait(2) plugin command("Browser Automation.dll", "browser mouse over", "Class[0]:recaptcha-checkbox goog-inline-block recaptcha-checkbox-unchecked rc-anchor-checkbox", "Center", "False") wait(1) plugin command("Browser Automation.dll", "browser mouse click", "Class[0]:recaptcha-checkbox goog-inline-block recaptcha-checkbox-unchecked rc-anchor-checkbox", "Left Click") } ReCaptcha Checkbox Example.mp4 Quote Link to post Share on other sites
myubo 2 Posted November 25, 2023 Report Share Posted November 25, 2023 Yes but that only worked on your end because you didn't have to fill out the ReCaptcha. Do it a few more time from the same IP and and you will have to fill it out. Quote Link to post Share on other sites
PRO 69 Posted November 25, 2023 Report Share Posted November 25, 2023 You can count. I think it works plenty, even without starting a new browser session or anything else. Plus you could change ip if your use case requires that. ReCaptcha Checkbox Example II.mp4 Quote Link to post Share on other sites
myubo 2 Posted November 25, 2023 Report Share Posted November 25, 2023 (edited) I'm not sure why your are not getting the recaptcha... You should I mean I can click the box too with uBot but it asks for recaptcha probably because of my used vpn IP addresses Edited November 25, 2023 by myubo Quote Link to post Share on other sites
PRO 69 Posted November 25, 2023 Report Share Posted November 25, 2023 At least now you know the difference (it's not necessarily the IP). 😁 1. Browser Control Technology used 2. IP 3. Cookies/Session Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.