New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

captcha-crack

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captcha-crack

A package to crack VTOPs captcha.

  • 0.1
  • PyPI
  • Socket score

Maintainers
1

VTOP Captcha Crack

This is a simple pip package to crack VTOP captchas. It is kept simple and fast. To use it, you have to simply download the captcha image and pass it's path to the package.

Instructions

  1. Install:
pip install captcha-crack
  1. Get the captcha:
from captcha_crack import vtop

# initialise the load object
load = vtop.Load()
# you can use the relative path too
captchaPath = 'C:/Users/Alien/Desktop/Test/Captcha.png'
# the fucntion get_captcha_text(captchaPath) will return the text of the captcha
captchaText = load.get_captcha_text(captchaPath)

print(captchaText)
  1. You're good to go! :rocket:

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc