Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epsylon/cintruder
Captcha Intruder (CIntrud3r) is an automatic pentesting tool to bypass captchas.
https://github.com/epsylon/cintruder
bruteforcer captcha cintruder ocr pentesting
Last synced: 3 months ago
JSON representation
Captcha Intruder (CIntrud3r) is an automatic pentesting tool to bypass captchas.
- Host: GitHub
- URL: https://github.com/epsylon/cintruder
- Owner: epsylon
- Created: 2012-12-27T02:15:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T10:43:00.000Z (over 4 years ago)
- Last Synced: 2024-06-27T19:54:36.208Z (5 months ago)
- Topics: bruteforcer, captcha, cintruder, ocr, pentesting
- Language: Python
- Homepage: https://cintruder.03c8.net
- Size: 458 KB
- Stars: 232
- Watchers: 23
- Forks: 67
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/.github/CONTRIBUTING.md
- Code of conduct: docs/.github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![CIntruder](https://cintruder.03c8.net/cintruder/cintruder-gui1.png "CIntruder GUI")
===================================================================
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](./docs/LICENSE) file.----------
+ Web: https://cintruder.03c8.net
----------
![CIntruder](https://cintruder.03c8.net/cintruder/cintruder-banner.png "CIntruder Banner")
#### 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](https://cintruder.03c8.net/cintruder/cintruder-gui2.png "CIntruder GUI")
![CIntruder](https://cintruder.03c8.net/cintruder/cintruder-gui3.png "CIntruder GUI")