Skip to content

VKCaptchaBreaker_v1.6

Compare
Choose a tag to compare
@Defasium Defasium released this 19 Oct 11:44
· 4 commits to main since this release
d7dc76d

v1.6 Improvements:

  • Images with captcha are now downloaded in background script which makes it possible to bypass CORS restrictions;
  • Models are baked into background script, no more unnecessary binary files;
  • Communication between page and background script is now carried out via base64 encoding, which takes less time compared to hex encoding;
  • Page script's logic is now hidden with encapsulated anonymous function;
  • New model, 30% relative improvement in recognition time.