This message and its attachments are addressed exclusively to the person or entity indicated as its named address(es), and may contain data and/or confidential information, subject to professional secret or whose disclosure is prohibited by virtue of current legislation in force. Any disclosure, reproduction or any other actions of this type by persons or entities other than the address(es) is strictly prohibited. If you have received this message by error, please contact the person indicated as its sender and/or delete it. Electronic transmission does not guarantee the confidentiality of the messages transmitted or their integrity or accurate reception, and, accordingly, neither shall bear any liability whatsoever for these circumstances. If the intended recipient of this message does not consent to the use of e-mail via Internet and the recording of the messages, please make us aware of this immediately
--
--
Este email pertenece a la lista de Asterisk-ES (http://www.asterisk-es.org)
~~~ Normas de la lista Asterisk-ES: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://comunidad.asterisk-es.org/index.php?title=Lista:normas-asterisk-es
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Para anular la suscripción: asterisk-es...@googlegroups.com
Muy buena lectura.
Como nota curiosa, me ha gustado la parte que dice... -"... y con un simple crackeador de MD5..." :)
-- Emiliano Vazquez | PcCentro Informatica & CCTV Office: +54 (11) 4635-3218 Interno 4 Movil: 011-15-6253-7165 Mail: emilian...@gmail.com Web: http://www.pccentro.com.ar
--
BuenasPues yo creo que es casi igual de trivial esto:foreach $word (@dictionary) {echo "Cracked" if (md5($word) == $pass);}
que esto:foreach $word (@dictionary) {echo "Cracked" if (md5(md5(pruebas:sip3:$word):5f56a903:b726873895519048d1838bf7b4d78df6) == $pass);}Evidentemente calcula 2 MD5 en lugar de 1, pero ante una contraseña no muy robusta, es cuestión de tiempo obtenerla.Por cierto, Camilo, que sorpresa verte por aquí ;)Saludos