Captcha Intruder (CIntruder) is an automatic pentesting tool to bypass captchas. https://cintruder.03c8.net/
psy 88cc450a0d release 0.3.1 | 5 years ago | |
---|---|---|
core | 5 years ago | |
dictionary | 6 years ago | |
docs | 5 years ago | |
inputs | 6 years ago | |
mods | 6 years ago | |
outputs | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
cintruder | 6 years ago |
===================================================================
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 runs on many platforms. It requires Python (2.x.y) and the following libraries:
python-pycurl - Python bindings to libcurl
python-libxml2 - Python bindings for the GNOME XML library
python-imaging - Python Imaging Library
On Debian-based systems (ex: Ubuntu), run:
sudo apt-get install python-pycurl python-libxml2 python-imaging
* Python: https://www.python.org/downloads/
* PyCurl: http://pycurl.sourceforge.net/
* PyLibxml2: https://pypi.python.org/pypi/libxml2-python/
* Python Imaging Library (PIL): http://pythonware.com/products/pil/