<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.5 (http://www.squarespace.com/) on Thu, 02 Sep 2010 17:24:18 GMT--><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Mubix Links</title><link>http://www.room362.com/mubixlinks/</link><description></description><lastBuildDate>Tue, 24 Aug 2010 16:00:58 +0000</lastBuildDate><copyright></copyright><language>en-US</language><generator>Squarespace Site Server v5.11.5 (http://www.squarespace.com/)</generator><item><title>Motion Detector for iPhone</title><dc:creator>Rob Fuller</dc:creator><pubDate>Tue, 24 Aug 2010 16:00:58 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/24/motion-detector-for-iphone.html</link><guid isPermaLink="false">438411:4906714:8659928</guid><description><![CDATA[<p>Motion Detecor app that was a bit tough to find:</p>
<p><a href="http://itunes.apple.com/us/app/vm-alert-video-motion-detector/id387523411?mt=8">http://itunes.apple.com/us/app/vm-alert-video-motion-detector/id387523411?mt=8﻿</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8659928.xml</wfw:commentRss></item><item><title>Wallpaper source</title><dc:creator>Rob Fuller</dc:creator><pubDate>Mon, 23 Aug 2010 04:41:15 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/23/wallpaper-source.html</link><guid isPermaLink="false">438411:4906714:8648503</guid><description><![CDATA[<p>Wallpapers can be used as stunning slide backgrounds for presentations, this is where I get mine:</p>  <p><a href="http://pixhome.blogspot.com/">http://pixhome.blogspot.com/</a></p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8648503.xml</wfw:commentRss></item><item><title>Free CCNA Study Guide</title><dc:creator>Rob Fuller</dc:creator><pubDate>Thu, 19 Aug 2010 00:18:10 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/18/free-ccna-study-guide.html</link><guid isPermaLink="false">438411:4906714:8608114</guid><description><![CDATA[<p>This is actually really well done, and I suggest anyone that takes part in Redteam/Blueteam events check out the IPv6 section:</p>
<p><a href="http://www.freeccnaworkbook.com/labs/">http://www.freeccnaworkbook.com/labs/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8608114.xml</wfw:commentRss></item><item><title>ASP SQL Injection Example Code</title><dc:creator>Rob Fuller</dc:creator><pubDate>Wed, 18 Aug 2010 16:00:40 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/18/asp-sql-injection-example-code.html</link><guid isPermaLink="false">438411:4906714:8568533</guid><description><![CDATA[<p>I had to search high and low for ASP code that was injectable to test some code out and I didn't want to loose the link or the code so here are both:</p>
<p><a href="http://articles.sitepoint.com/article/sql-injection-attacks-safe">http://articles.sitepoint.com/article/sql-injection-attacks-safe</a></p>
<p>&nbsp;</p>
<blockquote>
<p>&lt;%&nbsp;<br /><br />dim userName, password, query&nbsp;<br />dim conn, rS&nbsp;<br /><br />userName = Request.Form("userName")&nbsp;<br />password = Request.Form("password")&nbsp;<br /><br />set conn = server.createObject("ADODB.Connection")&nbsp;<br />set rs = server.createObject("ADODB.Recordset")&nbsp;<br /><br />query = "select count(*) from users where userName='" &amp; &nbsp;<br />userName &amp; "' and userPass='" &amp; password &amp; "'"&nbsp;<br /><br />conn.Open "Provider=SQLOLEDB; Data Source=(local); &nbsp;<br />Initial Catalog=myDB; User Id=sa; Password="&nbsp;<br />rs.activeConnection = conn&nbsp;<br />rs.open query&nbsp;<br /><br />if not rs.eof then&nbsp;<br />response.write "Logged In"&nbsp;<br />else&nbsp;<br />response.write "Bad Credentials"&nbsp;<br />end if&nbsp;<br /><br />%&gt;</p>
<p>&nbsp;</p>
</blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8568533.xml</wfw:commentRss></item><item><title>PDF JS Fuzzer</title><dc:creator>Rob Fuller</dc:creator><pubDate>Tue, 17 Aug 2010 16:00:53 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/17/pdf-js-fuzzer.html</link><guid isPermaLink="false">438411:4906714:8568519</guid><description><![CDATA[<p><a href="http://monstream00.wordpress.com/code/">http://monstream00.wordpress.com/code/</a></p>
<p>There are some other cool pieces of code on here too other than a PDF javascript fuzzer. A cool meterpreter script that watches for a process name and kills it. Raises red flags for pentests, but hilarious during CTF events.</p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8568519.xml</wfw:commentRss></item><item><title>DarunGrim: Patch Analysis and Binary Diffing</title><dc:creator>Rob Fuller</dc:creator><pubDate>Mon, 16 Aug 2010 16:00:14 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/16/darungrim-patch-analysis-and-binary-diffing.html</link><guid isPermaLink="false">438411:4906714:8568452</guid><description><![CDATA[<p><a href="http://www.darungrim.org/">http://www.darungrim.org/</a></p>
<p>All you exploit devs and reverse engineers, this is a pretty sweet tool.</p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8568452.xml</wfw:commentRss></item><item><title>RDP Proxy</title><dc:creator>Rob Fuller</dc:creator><pubDate>Mon, 16 Aug 2010 12:52:11 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/16/rdp-proxy.html</link><guid isPermaLink="false">438411:4906714:8570413</guid><description><![CDATA[<p>Haven't gotten to play with it yet, but there has to be some fun to with this:</p>
<p><a href="http://svn.rot13.org/index.cgi/rdesktop/browse/sourceforge.net/rdpproxy/">http://svn.rot13.org/index.cgi/rdesktop/browse/sourceforge.net/rdpproxy/</a></p>
<p>MITM RDP sessions anyone?</p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8570413.xml</wfw:commentRss></item><item><title>Metasploit JAVA-terpreter</title><dc:creator>Rob Fuller</dc:creator><pubDate>Mon, 16 Aug 2010 06:12:39 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/16/metasploit-java-terpreter.html</link><guid isPermaLink="false">438411:4906714:8568606</guid><description><![CDATA[<p>A really well done post about the new java meterpreter in Metasploit, including a video:</p>
<p><a href="http://exploit.co.il/hacking/metasploit-java-meterpreter-payload/">http://exploit.co.il/hacking/metasploit-java-meterpreter-payload/</a></p>
<p>&nbsp;</p>
<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=14145630&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=14145630&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><p><a href="http://vimeo.com/14145630">Metasploit JAVA Meterpreter</a> from <a href="http://vimeo.com/user3849446">NightRanger</a> on <a href="http://vimeo.com">Vimeo</a>.</p></p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8568606.xml</wfw:commentRss></item><item><title>HBGary Free Tools</title><dc:creator>Rob Fuller</dc:creator><pubDate>Wed, 04 Aug 2010 05:04:35 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/8/4/hbgary-free-tools.html</link><guid isPermaLink="false">438411:4906714:8449600</guid><description><![CDATA[<p>Fingerprint, Flypaper, and FastDump are all pretty sweet little tools. Check them out:</p>  <p><a href="https://www.hbgary.com/community/free-tools/">https://www.hbgary.com/community/free-tools/</a></p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8449600.xml</wfw:commentRss></item><item><title>2 Inches to the Right</title><dc:creator>Rob Fuller</dc:creator><pubDate>Sun, 11 Jul 2010 16:44:08 +0000</pubDate><link>http://www.room362.com/mubixlinks/2010/7/11/2-inches-to-the-right.html</link><guid isPermaLink="false">438411:4906714:8226666</guid><description><![CDATA[<p>Not tech related, but a good video to watch:</p>
<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11693318&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11693318&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><p><a href="http://vimeo.com/11693318">Two Inches to the Right</a> from <a href="http://vimeo.com/mattfrodsham">Matt Frodsham</a> on <a href="http://vimeo.com">Vimeo</a>.</p></p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://www.room362.com/mubixlinks/rss-comments-entry-8226666.xml</wfw:commentRss></item></channel></rss>