File | Date | Author | Commit |
---|---|---|---|
core | 2020-03-29 |
![]() |
[3ca303] fixed encoding at shell |
dictionary | 2019-01-26 |
![]() |
[5d385a] updated GUI |
docs | 2020-07-25 |
![]() |
[5038bc] updated AUTHOR projects |
inputs | 2020-03-26 |
![]() |
[a46cf8] fixed train+track stored previews |
mods | 2020-03-29 |
![]() |
[3ca303] fixed encoding at shell |
outputs | 2020-01-08 |
![]() |
[56dc09] Ported to Python3 |
LICENSE | 2019-01-26 |
![]() |
[5d385a] updated GUI |
README.md | 2020-01-08 |
![]() |
[56dc09] Ported to Python3 |
cintruder | 2020-01-08 |
![]() |
[56dc09] Ported to Python3 |
===================================================================
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 (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
* 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/