<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Md5 on Karpoke - Just Another Blog</title><link>http://karpoke.ignaciocano.com/tags/md5/</link><description>Recent content in Md5 on Karpoke - Just Another Blog</description><generator>Hugo -- 0.159.0</generator><language>es</language><lastBuildDate>Tue, 15 May 2012 01:29:00 +0100</lastBuildDate><atom:link href="http://karpoke.ignaciocano.com/tags/md5/index.xml" rel="self" type="application/rss+xml"/><item><title>Identificar el tipo de hash</title><link>http://karpoke.ignaciocano.com/2012/05/15/identificar-el-tipo-de-hash/</link><pubDate>Tue, 15 May 2012 01:29:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2012/05/15/identificar-el-tipo-de-hash/</guid><description>&lt;p&gt;El &lt;em&gt;script&lt;/em&gt; &lt;code&gt;Hash_ID.py&lt;/code&gt;, desarrollado por Zion3R, nos permite
identificar los posibles algoritmos utilizados para crear un &lt;em&gt;hash&lt;/em&gt;. En
muchas ocasiones no se puede saber qué algoritmo concreto se ha
utilizado, pero nos devolverá una lista de candidatos.&lt;/p&gt;
&lt;p&gt;El &lt;em&gt;script&lt;/em&gt; compara el &lt;em&gt;hash&lt;/em&gt; con el tipo de &lt;em&gt;hash&lt;/em&gt; de algoritmos tales
como: ADLER-32, CRC-32, CRC-16, DES(Unix), FCS-16, GHash-32-5, GOST R
34.11-94, Haval-160, Haval-192 110080, Haval-224 114080, Haval-256,
Lineage II C4, Domain Cached Credentials, XOR-32, MD5(Half),
MD5(Middle), MySQL, MD5(phpBB3), MD5(Unix), MD5(Wordpress), MD5(APR),
MD2, MD4, MD5, MD5(HMAC(Wordpress)), NTLM, RAdmin v2.x, RipeMD-128,
SNEFRU-128, Tiger-128, MySQL5 - SHA-1(SHA-1($pass)), MySQL 160bit -
SHA-1(SHA-1($pass)), RipeMD-160, SHA-1, SHA-1(MaNGOS), Tiger-160,
Tiger-192, md5($pass.$salt) - Joomla, SHA-1(Django), SHA-224,
RipeMD-256, SNEFRU-256, md5($pass.$salt) - Joomla, SAM -
(LM_hash:NT_hash), SHA-256(Django), RipeMD-320, SHA-384, SHA-256,
SHA-384(Django), SHA-512, Whirlpool, etc.&lt;/p&gt;</description></item><item><title>La contraseña del presidente Obama</title><link>http://karpoke.ignaciocano.com/2011/12/01/la-contrasena-del-presidente-obama/</link><pubDate>Thu, 01 Dec 2011 22:28:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2011/12/01/la-contrasena-del-presidente-obama/</guid><description>&lt;p&gt;En un &lt;em&gt;tweet&lt;/em&gt; de &lt;a href="http://twitter.com/#!/AnonNewsSource/status/141733919501467649"&gt;@AnonNewsSource&lt;/a&gt; han publicado el usuario y el
&lt;em&gt;hash&lt;/em&gt; de la contraseña de Obama:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Obama WEB &lt;a href="http://whitehouse.gov"&gt;http://whitehouse.gov&lt;/a&gt; &lt;a href="mailto:barack.obama@whitehouse.gov"&gt;barack.obama@whitehouse.gov&lt;/a&gt; / PASS:
6289c5975815012768aefbf9a8d2fd3e / LOGIN: bobama PHONE +1 202-456-1111&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Podemos utilizar el &lt;em&gt;script&lt;/em&gt; &lt;a href="http://karpoke.ignaciocano.com/2011/09/30/encuentra-el-hash/"&gt;findmyhash.py&lt;/a&gt; para ver si encuentra la
contraseña asociada a ese &lt;em&gt;hash&lt;/em&gt;:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ python findmyhash.py md5 -h &amp;#34;6289c5975815012768aefbf9a8d2fd3e&amp;#34; -g
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;Cracking hash: 6289c5975815012768aefbf9a8d2fd3e
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;Analyzing with joomlaaa (http://joomlaaa.com)...
... hash not found in joomlaaa
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;Analyzing with md5-lookup (http://md5-lookup.com)...
... hash not found in md5-lookup
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;Analyzing with md5.com.cn (http://md5.com.cn)...
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;__*** HASH CRACKED!! ***__
The original string is: 80412999
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;The following hashes were cracked:
----------------------------------
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;6289c5975815012768aefbf9a8d2fd3e -&amp;gt; 80412999
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Via &lt;a href="http://blog.segu-info.com.ar/2011/12/usuario-y-contrasena-de-barack-obama.html"&gt;segu-info.com.ar&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Encuentra el hash</title><link>http://karpoke.ignaciocano.com/2011/09/30/encuentra-el-hash/</link><pubDate>Fri, 30 Sep 2011 00:27:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2011/09/30/encuentra-el-hash/</guid><description>&lt;p&gt;Existen herramientas que permiten romper un &lt;em&gt;hash&lt;/em&gt;, aunque a veces puede
ahorrar tiempo y recursos &lt;a href="http://www.pentestit.com/findmyhash/"&gt;buscar si el &lt;em&gt;hash&lt;/em&gt; ya ha sido encontrado&lt;/a&gt;.
Ni siquiera hace falta una &lt;em&gt;rainbow table&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;findmyhash&lt;/code&gt; es un &lt;em&gt;script&lt;/em&gt; escrito en Python que puede buscar
diferentes tipos de &lt;em&gt;hash&lt;/em&gt; en diferentes servicios de &lt;em&gt;cracking online&lt;/em&gt;.
Los algoritmos soportados son los siguientes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MD4&lt;/li&gt;
&lt;li&gt;MD5&lt;/li&gt;
&lt;li&gt;SHA1&lt;/li&gt;
&lt;li&gt;SHA256&lt;/li&gt;
&lt;li&gt;RMD160&lt;/li&gt;
&lt;li&gt;MYSQL&lt;/li&gt;
&lt;li&gt;CISCO7&lt;/li&gt;
&lt;li&gt;LM&lt;/li&gt;
&lt;li&gt;NTLM&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Un ejemplo sencillo. Si no encuentra el &lt;em&gt;hash&lt;/em&gt;, también lo buscará en
Google:&lt;/p&gt;</description></item></channel></rss>