Giter Site home page Giter Site logo

amazoncaptcha's Introduction

Amazon Captcha Solver

AmazonCaptcha is a Go library that provides a simple and easy-to-use API for solving text captchas used by Amazon. This library simplifies the process of captcha resolution and enables fast integration into your applications, making it a powerful tool for your development needs.

Installation

To use this library, you need to have Go installed on your system. You can then install it using the following command:

go get github.com/gopkg-dev/amazoncaptcha

Usage

Using this library is simple:

package main

import (
	"fmt"
	"github.com/gopkg-dev/amazoncaptcha"
)

func main() {
	//result, err := amazoncaptcha.Solve()
	//result, err := amazoncaptcha.SolveFromURL("<URL>")
	result, err := amazoncaptcha.SolveFromImageFile("captcha.jpg")
	if err != nil {
		fmt.Printf("Error solving captcha: %v", err)
		return
	}
	fmt.Printf("Captcha solution: %s\n", result)
}

In this example, we load a captcha image from a file ("captcha.jpg") and solve it using the default solver provided by this library. The result is printed to the console.

Training

Training

This library also includes a custom training tool for solving simple captchas. Our tool is designed to simplify the process of training machine learning models for captcha solving, by automating the collection and extraction of relevant features from large datasets.

With our training tool, you can:

  • Automatically collect large volumes of captcha images from multiple sources
  • Extract and preprocess relevant features from these images
  • Train and optimize your own machine learning models

By using this tool, you can quickly create custom captcha solvers optimized for your specific use case.

Note: The use of our tool to exploit or misuse captchas in any way may be against the terms of service of websites that use them, and is not endorsed by this library or its developers.

Testing

This project provides a set of tests to solve Amazon CAPTCHA problems. It includes the following tests:

  1. TestDownloadCaptchaImages: Downloads CAPTCHAs from the Amazon CAPTCHA service and saves them to disk if the letters haven't appeared in the dataset before.
  2. TestSplitAndSaveCaptchaByLetter: Splits multiple Amazon CAPTCHAs stored in a directory into individual letters and saves them to separate directories for subsequent machine learning modeling.
  3. TestExtractFeatures: Calculates image features for each letter extracted from split images, then saves those features to JSON files for further use.
  4. TestSolveBatch: Performs batch testing on multiple Amazon CAPTCHAs stored in a directory. Each CAPTCHA is solved using the Solve function and compared against the expected answer to determine its accuracy.
  5. TestSolveFromImageFile: Tests the SolveFromImageFile function by creating a temporary test image file, using the function to process the image, and checking the returned result for correctness.
  6. TestSolveFromURL: Tests the SolveFromURL function by using a mock HTTP server, which serves test data from a URL. The function is then used to process the data from the URL, and the returned result is checked for correctness.

Please refer to the amazoncaptcha_test.go file for the actual test implementations.

=== RUN   TestSolveBatch
    amazoncaptcha_test.go:79: Processing 15316 files with 50 workers...
    amazoncaptcha_test.go:118: Processing file AAYFJR.jpg... success rate: 100.00%, progress: 0.01%
    amazoncaptcha_test.go:118: Processing file AAPTPP.jpg... success rate: 100.00%, progress: 0.01%
    amazoncaptcha_test.go:118: Processing file AAHXBP.jpg... success rate: 100.00%, progress: 0.02%
    amazoncaptcha_test.go:118: Processing file AAGMCR.jpg... success rate: 100.00%, progress: 0.03%
    amazoncaptcha_test.go:118: Processing file AAHNGN.jpg... success rate: 100.00%, progress: 0.03%
    ................
    amazoncaptcha_test.go:118: Processing file YYRBLN.jpg... success rate: 99.54%, progress: 99.98%
    amazoncaptcha_test.go:118: Processing file YYRMEU.jpg... success rate: 99.54%, progress: 99.99%
    amazoncaptcha_test.go:118: Processing file YYRCNK.jpg... success rate: 99.55%, progress: 99.99%
    amazoncaptcha_test.go:118: Processing file YYYTEM.jpg... success rate: 99.55%, progress: 100.00%
    amazoncaptcha_test.go:125: Processed 15386 files with success rate: 15316/15386 (99.55%)
    amazoncaptcha_test.go:128: Failed to solve captcha in the following files:
    amazoncaptcha_test.go:130: captchas/AGYHRF.jpg -> AGYHR-
    amazoncaptcha_test.go:130: captchas/AJBLFX.jpg -> AJBL-X
    amazoncaptcha_test.go:130: captchas/AJLRFY.jpg -> AJLR-Y
    amazoncaptcha_test.go:130: captchas/APNGHF.jpg -> APNGH-
    ................
--- PASS: TestSolveBatch (15.28s)
PASS

Notes

  • This project aims to provide a set of testing tools to solve Amazon CAPTCHA problems but does not guarantee the accuracy of the test results.
  • When using this project, please be respectful of Amazon's terms of service and privacy policy.

Acknowledgments

We would like to thank the open-source community for providing inspiration and resources for this project, including a-maliarov/amazoncaptcha which served as a reference for our development. We are grateful for their contributions to the field of captcha solving, and we hope that our library can help further advance this technology.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.