MCPcopy Index your code
hub / github.com/c0ny1/captcha-killer

github.com/c0ny1/captcha-killer @0.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.2 ↗ · + Follow
199 symbols 450 edges 23 files 22 documented · 11%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

captcha-killer

0x01 插件简介

captcha-killer要解决的问题是让burp能用上各种验证码识别技术!

注意: 1. 插件目前针对的图片型验证码,其他类型目前不支持。 2. captcha-killer本身无法识别验证码,它专注于对各种验证码识别接口的调用。

主界面

0x02 插件编译

安装maven后,到项目目录执行如下命令:

mvn package

0x03 使用案例

以下小案例已经编写完成,每周五在微信公众号(回忆飘如雪)陆续更新

  • 《使用burp插件captcha-killer识别图片验证码》
  • 《captcha-killer调用tesseract-ocr识别验证码》[待发布]
  • 《captcha-killer调用完美识别验证码系统》[待发布]
  • 《captcha-killer调用百度ocr识别验证码》[待发布]
  • 《capatch-killer+机器学习识别验证码》[待发布]

0x04 注意事项

  • 请求验证码的cookie要和爆破表单的cookie一致
  • 必须单线程爆破,多线程会出现验证码失效问题

0x05 同类项目

Extension points exported contracts — how you extend this code

IMathcher (Interface)
(no doc) [5 implementers]
src/main/java/matcher/IMathcher.java

Core symbols most depended-on inside this repo

setInsets
called by 23
src/main/java/ui/GBC.java
setFill
called by 22
src/main/java/ui/GBC.java
getName
called by 12
src/main/java/entity/TmplEntity.java
setWeight
called by 10
src/main/java/ui/GBC.java
toString
called by 10
src/main/java/entity/HttpService.java
setResult
called by 9
src/main/java/entity/MatchResult.java
matchByRegular
called by 6
src/main/java/utils/Util.java
getResult
called by 6
src/main/java/entity/MatchResult.java

Shape

Method 170
Class 28
Interface 1

Languages

Java100%

Modules by API surface

src/main/java/ui/GUI.java36 symbols
src/main/java/utils/Util.java19 symbols
src/test/java/HighlightKeywordsDemo.java16 symbols
src/main/java/entity/Rule.java16 symbols
src/main/java/utils/RuleMannager.java10 symbols
src/main/java/utils/HttpClient.java10 symbols
src/main/java/burp/BurpExtender.java10 symbols
src/main/java/entity/TmplEntity.java9 symbols
src/main/java/entity/CaptchaEntity.java9 symbols
src/main/java/utils/LableParser.java7 symbols
src/main/java/ui/model/TableModel.java7 symbols
src/main/java/ui/GBC.java7 symbols

For agents

$ claude mcp add captcha-killer \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page