MCPcopy Index your code
hub / github.com/bit4woo/reCAPTCHA

github.com/bit4woo/reCAPTCHA @v1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0 ↗ · + Follow
144 symbols 308 edges 18 files 24 documented · 17% updated 2y agov1.0 · 2020-06-13★ 8115 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

reCAPTCHA

A Burp Suite extender that auto reconginze CAPTCHA and use for intruder payload.

usage

Install

  1. download this burp extender from here.
  2. add it to burp suite. you will see a new tab named “reCAPTCHA”, if no error encountered.

prepare

  1. visit your target website(or App) with burp proxy enabled, ensure burp recorded http or https traffic of your target.

  2. you need to find the request that get the CAPTCHA image, select it and right click to chose "send to reCAPTCHA".

    Send to

  3. switch to reCAPTCHA tab and config the parameters that needed.(http://www.ysdm.net is the only vailiable API currently) you can click the "request" button to test the config.

  4. finished the config and test success, now you can use this extender for intruder payload.

use in Intruder

two scene: username or password +CAPTCHA; username +password +CAPTCHA ;

scene one: when only password or only username need change , We can use Pitchfork type to use this . as below:

index_condition1

scene two: both username and password need change, it's more complex. we also use Pitchfork type ,but need to mark username and password as one insert point. like this:img

and config payload set 1 use "Custom iterator". combine username and password in the "payload options[custom iterator]"

index1

intruder running like below:

index_mark2

screenshot

screenshot

Log

2017-11-01: first demo release.

2018-07-02: support [GSA Captcha Breaker]

201808-07: support https://www.jsdati.com

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 124
Class 19
Interface 1

Languages

Java100%

Modules by API surface

src/deprecated/YunSuTest.java18 symbols
src/burp/BurpExtender.java18 symbols
src/custom/GUI.java16 symbols
src/httpbase/Request.java12 symbols
src/deprecated/YunSu.java11 symbols
src/httpbase/Response.java10 symbols
src/custom/ImageHandler.java8 symbols
src/recon/myjsdati.java7 symbols
src/httpbase/DoRequest.java7 symbols
src/deprecated/myjsdatiOld.java7 symbols
src/recon/myGSA.java5 symbols
src/recon/IReconginze.java5 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page