Skip to content

Captcha Intruder (CIntrud3r) is an automatic pentesting tool to bypass captchas.

Notifications You must be signed in to change notification settings

hartl3y94/cintruder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIntruder

===================================================================

Captcha Intruder is an automatic pentesting tool to bypass captchas.


CIntruder is released under the GPLv3. You can find the full license text in the LICENSE file.



CIntruder

Installing:

CIntruder runs on many platforms. It requires Python (3.x.x) and the following libraries:

   python3-pycurl - Python bindings to libcurl (Python 3)
   python3-libxml2 - Python3 bindings for the GNOME XML library
   python3-pil - Python Imaging Library (Python3)

On Debian-based systems (ex: Ubuntu), run:

   sudo apt-get install python3-pycurl python3-libxml2 python3-pil

Source libs:

   * Python: https://www.python.org/downloads/
   * PyCurl: https://pycurl.sourceforge.net/
   * PyLibxml2: https://pypi.python.org/pypi/libxml2-python/
   * Python Imaging Library (PIL): https://pythonware.com/products/pil/

Screenshots:

CIntruder

CIntruder

About

Captcha Intruder (CIntrud3r) is an automatic pentesting tool to bypass captchas.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.0%
  • JavaScript 14.0%