All Projects → c0ny1 → Captcha Killer

c0ny1 / Captcha Killer

burp验证码识别接口调用插件

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Captcha Killer

Recaptcha
reCAPTCHA = REcognize CAPTCHA: A Burp Suite Extender that recognize CAPTCHA and use for intruder payload 自动识别图形验证码并用于burp intruder爆破模块的插件
Stars: ✭ 596 (+61.96%)
Mutual labels:  captcha, burp-extensions, burp-plugin
burp-aem-scanner
Burp Scanner extension to fingerprint and actively scan instances of the Adobe Experience Manager CMS. It checks the website for common misconfigurations and security holes.
Stars: ✭ 60 (-83.7%)
Mutual labels:  burp-plugin, burp-extensions
burp-wildcard
Burp extension intended to compact Burp extension tabs by hijacking them to own tab.
Stars: ✭ 119 (-67.66%)
Mutual labels:  burp-plugin, burp-extensions
Burpcrypto
BurpCrypto is a collection of burpsuite encryption plug-ins, support AES/RSA/DES/ExecJs(execute JS encryption code in burpsuite).
Stars: ✭ 350 (-4.89%)
Mutual labels:  burp-extensions, burp-plugin
Headless Burp
Automate security tests using Burp Suite.
Stars: ✭ 192 (-47.83%)
Mutual labels:  burp-extensions, burp-plugin
HopLa
HopLa Burp Suite Extender plugin - Adds autocompletion support and useful payloads in Burp Suite
Stars: ✭ 446 (+21.2%)
Mutual labels:  burp-plugin, burp-extensions
burp-suite-utils
Utilities for creating Burp Suite Extensions.
Stars: ✭ 19 (-94.84%)
Mutual labels:  burp-plugin, burp-extensions
Cstc
CSTC is a Burp Suite extension that allows request/response modification using a GUI analogous to CyberChef
Stars: ✭ 91 (-75.27%)
Mutual labels:  burp-extensions, burp-plugin
TurboDataMiner
The objective of this Burp Suite extension is the flexible and dynamic extraction, correlation, and structured presentation of information from the Burp Suite project as well as the flexible and dynamic on-the-fly modification of outgoing or incoming HTTP requests using Python scripts. Thus, Turbo Data Miner shall aid in gaining a better and fas…
Stars: ✭ 46 (-87.5%)
Mutual labels:  burp-plugin, burp-extensions
SQLi-Query-Tampering
SQLi Query Tampering extends and adds custom Payload Generator/Processor in Burp Suite's Intruder. This extension gives you the flexibility of manual testing with many powerful evasion techniques.
Stars: ✭ 123 (-66.58%)
Mutual labels:  burp-plugin, burp-extensions
burp-api-common
common methods that used by my burp extension projects
Stars: ✭ 29 (-92.12%)
Mutual labels:  burp-plugin, burp-extensions
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-55.98%)
Mutual labels:  burp-extensions, burp-plugin
Burp Molly Pack
Security checks pack for Burp Suite
Stars: ✭ 123 (-66.58%)
Mutual labels:  burp-extensions, burp-plugin
Swurg
Parse OpenAPI documents into Burp Suite for automating OpenAPI-based APIs security assessments (approved by PortSwigger for inclusion in their official BApp Store).
Stars: ✭ 94 (-74.46%)
Mutual labels:  burp-extensions, burp-plugin
burp-piper
Piper Burp Suite Extender plugin
Stars: ✭ 85 (-76.9%)
Mutual labels:  burp-plugin, burp-extensions
burp-token-rewrite
Burp extension for automated handling of CSRF tokens
Stars: ✭ 15 (-95.92%)
Mutual labels:  burp-plugin, burp-extensions
Mssqli Duet
SQL injection script for MSSQL that extracts domain users from an Active Directory environment based on RID bruteforcing
Stars: ✭ 82 (-77.72%)
Mutual labels:  burp-extensions, burp-plugin
U2c
Unicode To Chinese -- U2C : A burpsuite Extender That Convert Unicode To Chinese 【Unicode编码转中文的burp插件】
Stars: ✭ 83 (-77.45%)
Mutual labels:  burp-extensions, burp-plugin
flarequench
Burp Suite plugin that adds additional checks to the passive scanner to reveal the origin IP(s) of Cloudflare-protected web applications.
Stars: ✭ 44 (-88.04%)
Mutual labels:  burp-plugin, burp-extensions
burp-flow
Extension providing view with filtering capabilities for both complete and incomplete requests from all burp tools.
Stars: ✭ 45 (-87.77%)
Mutual labels:  burp-plugin, burp-extensions

captcha-killer

0x01 插件简介

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

注意:

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

主界面

0x02 插件编译

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

mvn package

0x03 使用案例

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

0x04 注意事项

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

0x05 同类项目

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].