Coder Social home page Coder Social logo

cintruder's Introduction

================================================================ Introduction:

Captcha Intruder is an automatic pentesting tool to bypass captchas.

CIntruder is released under the terms of the General Public License v3 and is copyrighted by psy ([email protected] - [email protected]).

================================================================ Options and features:

cintruder [OPTIONS]

Options: --version show program's version number and exit -h, --help show this help message and exit -v, --verbose active verbose mode output results --proxy=PROXY use proxy server (tor: http://localhost:8118) --track=TRACK download a number of captchas from url (to: 'inputs/') --train=TRAIN apply common OCR techniques to captcha --crack=CRACK brute force using local dictionary (from: 'iconset/') --xml=XML export result to xml format

Advanced OCR (training): --set-id=SETIDS set colour's id manually (use -v for details) --editor launch an editor to apply image filters

Modules (training): --list list available modules (from: 'core/mods/') --mod=NAME train using a specific OCR exploiting module

Handlering (cracking): --tool=COMMAND replace suggested word on commands of another tool. use 'CINT' marker like flag (ex: 'txtCaptcha=CINT')

CIntruderNet ('http://cintruder.sf.net/cinet'): --send-net send resolved captcha to CIntruderNet --view-net visit distributed online dictionary website

================================================================ Examples of usage:

  • Simple crack from file:

$ python cintruder --crack "captcha.gif"

  • Simple crack from URL:

$ python cintruder --crack "http://host.com/path/captcha.gif"

  • Simple crack, exporting results to xml file

$ python cintruder --crack "captcha.gif" --xml "test.xml"

  • Simple crack, with proxy TOR and verbose output

$ python cintruder --crack "http://host.com/path/captcha.gif" --proxy="http://127.0.0.1:8118" -v

  • Train captcha(s) from url, with proxy TOR and verbose output

$ python cintruder --train "http://host.com/path/captcha.gif" --proxy "http://127.0.0.1:8118" -v

  • Track 50 captcha(s) from url with proxy TOR

$ python cintruder --track "http://host.com/path/captcha.gif" "50" --proxy "http://127.0.0.1:8118"

  • List available modules (from core/mods/)

$ python cintruder --list

  • Launch an OCR module to train a specific local captcha

$ python cintruder --train "inputs/easycaptcha.gif" --mod easy

  • Launch an OCR module to crack a specific online captcha, with verbose output

$ python cintruder --crack "http://host.com/path/captcha.gif" --mod easy -v

  • Replace suggested word by CIntruder after cracking, on input commands of another tool (ex: XSSer)
  • Send online captcha cracked to distributed online dictionary (CInet)

$ python cintruder --crack "http://host.com/path/captcha.gif" --send-net

$ python cintruder --view-net

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.