Vous n'êtes pas identifié(e).
==Introduction==
CIntruder est un outil dévelloppé en Python et destiné au cassage de captchas
Présentation et vidéo sur http://k0n1k.blogspot.com/2012/04/capcha-intruder.html
==Installation==
En pré-requis les librairies python suivantes:
- python-pycurl - Python bindings to libcurl
- python-libxml2 - Python bindings for the GNOME XML library
- python-imaging - Python Imaging Library
Sur les système Debian-base (ex: Ubuntu):
sudo apt-get install python-pycurl python-libxml2 python-imaging
==Usage==
cintruder [OPTIONS]
mailing list.
-------------------
* Simple crack depuis un fichier:
$ python cintruder --crack "captcha.gif"
-------------------
* Simple crack depuis une URL:
$ python cintruder --crack-u "http://host.com/path/captcha.gif"
-------------------
* Simple crack, export du resultats dans un fichier xml
$ python cintruder --crack "captcha.gif" --xml "test.xml"
-------------------
* Simple crack depuis une URL, avec un proxy TOR et sortie verbale
$ python cintruder --crack-u ""http://host.com/path/captcha.gif" --proxy "http://127.0.0.1:8118" -v
-------------------
* Training captcha(s) depuis une url avec proxy TOR et sortie verbale
$ python cintruder --train-u "http://host.com/path/captcha.gif" --proxy="http://127.0.0.1:8118" -v
-------------------
* Track 50 captcha(s) depuis une url avec proxy TOR
$ python cintruder --track "http://host.com/path/captcha.gif" --track-n "50" --proxy "http://127.0.0.1:8118"
==Videos==
[video=480,360]http://www.youtube.com/watch?v=0UoVV3Oxq8g[/video]
Utiliser des logiciels propriétaires, c'est comme les plats préparés, on est incapable de dire les conservateurs qu'ils contiennent, on dira toujours que c'est bon, mais ça ne remplacera jamais le repas fait maison par sa maman.
]:D #! Crunchbang & Archlinux GNU/Linux User ]:D
Hors ligne