Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
capv2v3 [2024-01-26 15:31] svencapv2v3 [2024-03-25 16:04] (current) – [GSA Recaptcha Service Solver: Capv2v3] sven
Line 1: Line 1:
 ====== GSA Recaptcha Service Solver: Capv2v3 ====== ====== GSA Recaptcha Service Solver: Capv2v3 ======
  
-Capv2v3 is a service for solving Recaptcha v2 and Recaptcha v3 and can be use for GSA Software products (and others).+Capv2v3 is a service for solving Recaptcha v2Recaptcha v3 and HCaptcha that can be use for GSA Software products (and others).
  
-Download it here: [[https://www.gsa-online.de/download/capv2v3_win32_setup.exe|Capv2v3 Setup]] - last updated to v49 on 2024-01-26+Download it here: [[https://www.gsa-online.de/download/caphv2v3_win32_setup.exe|Capv2v3 Setup]] - last updated to v64 on 2024-03-25
  
 Support is here: [[https://forum.gsa-online.de/discussion/33131/capv2v3-free-recaptcha-solver/p1|GSA Forum]] - Main coding was done by Forum user [[https://forum.gsa-online.de/profile/CL67F|CL67F]]. Support is here: [[https://forum.gsa-online.de/discussion/33131/capv2v3-free-recaptcha-solver/p1|GSA Forum]] - Main coding was done by Forum user [[https://forum.gsa-online.de/profile/CL67F|CL67F]].
Line 31: Line 31:
 the list. the list.
  
-  * **proxy_data_v2.txt** - list of proxies for recaptcha v2 +  * **randoming_proxy_data_v2.txt** - list of proxies for recaptcha v2 
-  * **proxy_data_v3.txt** - list of proxies for recaptcha v3 +  * **randoming_proxy_data_v3.txt** - list of proxies for recaptcha v3
- +
-The format of the proxy files looks as follow:+
  
 +Format for the proxy files is always:
 <code>182.25.68.36:9985 <code>182.25.68.36:9985
 182.25.68.36:9985:user:password</code> 182.25.68.36:9985:user:password</code>
 +
 +You can of course also use [[proxy_scraper:options#automatic_export|GSA Proxy Scraper]] and let it export e.g. google passed proxies automatically to this file location.
  
 ==== Option C: Rotating proxies (optional) ==== ==== Option C: Rotating proxies (optional) ====
Line 49: Line 50:
   * **proxy\rotating_proxy_data_v3.txt** - one rotating address for proxies for recaptcha v3   * **proxy\rotating_proxy_data_v3.txt** - one rotating address for proxies for recaptcha v3
  
-<code>http://p.webshare.io:9999/</code> +Format for the proxy files is always: 
- +<code>p.webshare.io:9999</code> 
-==== Logs (optional) ====+==== Logs ====
  
   * **proxy\failed_proxy_data_v2.txt** - list of failed proxies for recaptcha v2   * **proxy\failed_proxy_data_v2.txt** - list of failed proxies for recaptcha v2
   * **proxy\failed_proxy_data_v3.txt** - list of failed proxies for recaptcha v3   * **proxy\failed_proxy_data_v3.txt** - list of failed proxies for recaptcha v3
-  * **proxy\worked_proxy_data_v2.txt** - list of working proxies for recaptcha v2 +  * **proxy\worked_proxy_data_v2.txt** - list of worked proxies for recaptcha v2 
-  * **proxy\worked_proxy_data_v3.txt** - list of working proxies for recaptcha v3+  * **proxy\worked_proxy_data_v3.txt** - list of worked proxies for recaptcha v3
   * **log\log_v2.txt** - activity of recaptcha v2 solving   * **log\log_v2.txt** - activity of recaptcha v2 solving
   * **log\log_v3.txt** - activity of recaptcha v3 solving   * **log\log_v3.txt** - activity of recaptcha v3 solving