<?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>Cut on Karpoke - Just Another Blog</title><link>http://karpoke.ignaciocano.com/tags/cut/</link><description>Recent content in Cut on Karpoke - Just Another Blog</description><generator>Hugo -- 0.159.0</generator><language>es</language><lastBuildDate>Fri, 30 Sep 2011 00:27:00 +0100</lastBuildDate><atom:link href="http://karpoke.ignaciocano.com/tags/cut/index.xml" rel="self" type="application/rss+xml"/><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><item><title>Recuperando los vídeos Flash borrados por el plugin de Adobe</title><link>http://karpoke.ignaciocano.com/2011/03/04/recuperando-los-videos-flash-borrados-por-el-plugin-de-adobe/</link><pubDate>Fri, 04 Mar 2011 18:58:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2011/03/04/recuperando-los-videos-flash-borrados-por-el-plugin-de-adobe/</guid><description>&lt;p&gt;La nueva versión del plugin de Adobe borra los archivos termporales de
vídeo justo después de abrirlos para evitar que tengamos la tentación de
copiar el vídeo simplemente copiando el archivo &lt;code&gt;/tmp/FlashXXXX&lt;/code&gt;.
&lt;code&gt;hons&lt;/code&gt;, un &lt;a href="http://www.commandlinefu.com/commands/view/7991/recover-tmp-flash-videos-deleted-immediately-by-the-browser-plugin"&gt;usuario de commandlinefu.com&lt;/a&gt; ha publicado un comando que
crea un enlace simbólico al controlador del archivo con el nombre del
archivo borrado:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ for h in $(find /proc/_/fd -ilname &amp;#34;/tmp/Flash_&amp;#34; 2&amp;gt;/dev/null); do
&amp;gt; ln -s &amp;#34;$h&amp;#34; $(readlink &amp;#34;$h&amp;#34; | cut -d&amp;#39; &amp;#39; -f1);
&amp;gt; done
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;img alt="Youtbe targeted" loading="lazy" src="http://karpoke.ignaciocano.com/images/youtube-targeted-298x300.jpg"&gt;&lt;/p&gt;</description></item></channel></rss>