Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antibotlinks-solver

captcha solver for antibotlinks challenges
(Shadow removal + Noise filtering + OCR + Fuzzy order matching)

antibotlinks

Requirements

  • Ollama running with glm-ocr model

Installation

pip install antibotlinks-solver

Quick Usage Example

from antibotlinks_solver import AntibotSolver

solver = AntibotSolver()

# Input: base64 data URLs of the images (main + 4 puzzle pieces)
# Example format: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUg..."

result = solver.solve(main_b64, a_b64, b_b64, c_b64, d_b64)

print("Click order:", result)
# Possible output: ['d', 'c', 'a', 'b']

About

captcha solver for antibotlinks challenges

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages