<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Defcrypt &#187; XSS</title>
	<atom:link href="http://defcrypt.ixde.net/index.php/category/seguridad/xss/feed/" rel="self" type="application/rss+xml" />
	<link>http://defcrypt.ixde.net</link>
	<description>Blog sobre programación y seguridad informática</description>
	<lastBuildDate>Sun, 09 Aug 2009 21:20:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hackeo de libro</title>
		<link>http://defcrypt.ixde.net/index.php/2009/02/hackeo-de-libro/</link>
		<comments>http://defcrypt.ixde.net/index.php/2009/02/hackeo-de-libro/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 13:00:07 +0000</pubDate>
		<dc:creator>dGil</dc:creator>
				<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[XSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://defcrypt.ixde.net/?p=227</guid>
		<description><![CDATA[Si hace unos días en SecurityByDefault hablaban del que podría llegar a ser un hackeo memorable, hoy he encontrado por casualidad otro.
Leyendo un artículo en Vilaweb [cat] he llegado a una de las páginas de auditoría online más importantes de España. Pues bien, resulta que en esa web, utilizando el buscador y probando un poco [...]]]></description>
			<content:encoded><![CDATA[<p>Si hace unos días en <a href="http://www.securitybydefault.com">SecurityByDefault</a> <a href="http://www.securitybydefault.com/2009/02/un-futuro-hackeo-memorable-de-libro.html">hablaban del que podría llegar a ser un hackeo memorable</a>, hoy he encontrado por casualidad otro.</p>
<p>Leyendo un artículo en <a href="http://www.vilaweb.cat">Vilaweb [cat]</a> he llegado a una de las páginas de auditoría online más importantes de España. Pues bien, resulta que en esa web, utilizando el buscador y probando un poco de código javascript, podemos ver que tienen un problema de seguridad (<a href="http://en.wikipedia.org/wiki/Cross-site_scripting">Cross-site scripting &#8211; XSS [en]</a>).</p>
<p>Utilizando el siguiente código Javascript podemos ver la siguiente captura:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>alert<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;hola&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<div id="attachment_226" class="wp-caption aligncenter" style="width: 501px"><a href="http://defcrypt.ixde.net/wp-content/uploads/2009/02/captura_xss.png"><img src="http://defcrypt.ixde.net/wp-content/uploads/2009/02/captura_xss.png" alt="Prueba del fallo XSS" title="captura_xss" width="491" height="534" class="size-full wp-image-226" /></a><p class="wp-caption-text">Prueba del fallo XSS</p></div>
]]></content:encoded>
			<wfw:commentRss>http://defcrypt.ixde.net/index.php/2009/02/hackeo-de-libro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
