<?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>Firebug on Karpoke - Just Another Blog</title><link>http://karpoke.ignaciocano.com/tags/firebug/</link><description>Recent content in Firebug on Karpoke - Just Another Blog</description><generator>Hugo -- 0.159.0</generator><language>es</language><lastBuildDate>Sun, 11 Sep 2011 17:48:00 +0100</lastBuildDate><atom:link href="http://karpoke.ignaciocano.com/tags/firebug/index.xml" rel="self" type="application/rss+xml"/><item><title>Obtener la contraseña a partir de los asteriscos de un formulario web</title><link>http://karpoke.ignaciocano.com/2011/09/11/obtener-la-contrasena-a-partir-de-los-asteriscos-de-un-formulario-web/</link><pubDate>Sun, 11 Sep 2011 17:48:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2011/09/11/obtener-la-contrasena-a-partir-de-los-asteriscos-de-un-formulario-web/</guid><description>&lt;p&gt;Si nos encontramos un formulario web lleno de asteriscos, podemos
obtener lo que hay realmente escrito pegando lo siguiente en la barra de
direcciones:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;javascript:(function(){var s,F,j,f,i; s = &amp;#34;&amp;#34;; F = document.forms; for(j=0; j &amp;lt; f.length; ++j) { f = F[j]; for (i=0; i &amp;lt; f.length; ++i) { if (f[i].type.toLowerCase() == &amp;#34;password&amp;#34;) s += f[i].value + &amp;#34; &amp;#34;; } } if (s) alert(&amp;#34;Passwords in forms on this page: &amp;#34; + s); else alert(&amp;#34;There are no passwords in forms on this page.&amp;#34;);})();
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>