<?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>spylogic.net &#187; Spylogic News</title>
	<atom:link href="http://www.spylogic.net/category/website-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spylogic.net</link>
	<description></description>
	<lastBuildDate>Tue, 04 Oct 2011 20:43:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spylogic.net Reloaded</title>
		<link>http://www.spylogic.net/2009/07/spylogic-net-reloaded/</link>
		<comments>http://www.spylogic.net/2009/07/spylogic-net-reloaded/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 03:27:28 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Spylogic News]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[nucleuscms]]></category>
		<category><![CDATA[spylogic]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.spylogic.net/?p=287</guid>
		<description><![CDATA[You may have noticed something strange about my blog.  Clean, smooth, fast, different&#8230;these are all things that describe the look and feel of the new blog (hopefully).  What happened?  Well for starters I was fed up with the basic features of Nucleus CMS.  While Nucleus was a very stable and reliable (read: low on the [...]]]></description>
			<content:encoded><![CDATA[<p>You may have noticed something strange about my blog.  Clean, smooth, fast, different&#8230;these are all things that describe the look and feel of the new blog (hopefully).  What happened?  Well for starters I was fed up with the basic features of Nucleus CMS.  While Nucleus was a very stable and reliable (read: low on the blog hacking list), it&#8217;s about ten years behind in blogging technology.  No built in post tagging, no WYSIWYG editor, link lists that had to be edited in php, etc&#8230;I picked WordPress to upgrade to because it&#8217;s really the most user friendly and has some really great features and plugins.  Yeah, it&#8217;s a target for vulnerabilities but I&#8217;m willing to live with that as long as I have a blog that&#8217;s easy to maintain and can help me save time when posting/editing things.</p>
<p><strong>The adventure of blog migration to WordPress</strong><br />
I started the transition from Nucleus CMS to WordPress early last week&#8230;of course thinking this would be an easy migration.  Ummm, no.  It was pretty painful actually.  You see, WordPress doesn&#8217;t have a official migration path from Nucleus CMS.  So I had to rely on the advice of others in the WordPress community that had done the same upgrade in the past.  Of course there were a bunch of different ways to do this so I basically took a few of the migration scripts that a few others have written, hacked them up even more and tested.  Testing took about a week&#8230;it really sucked.  I had to install version 2.1 of WordPress to use a certain migration script that I didn&#8217;t feel like recoding to get to work with 2.8.1.  Of course my categories and images were FUBAR so there was another script I had to write to fix that.  BUT, the biggest issue was how Nucleus handles URL&#8217;s for blog posts.  The problem was that I had lots of links out there in Google and other places pointing to blog posts.  In Nucleus my post links were like this:</p>
<blockquote><p>http://spylogic.net/item/438</p></blockquote>
<p>WordPress links are something like this:</p>
<blockquote><p>http://spylogic.net/2009/07/password-length-and-complexity-for-social-media-sites/</p></blockquote>
<p>So your probably thinking that I can just make my links in WordPress match the Nucleus links?  Nope.  WordPress renumbered all my posts out of order and writing another script to re-number 400+ posts wasn&#8217;t in my plan.  So&#8230;<a href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html">mod_rewrite</a> and php scripting to the rescue!  I must say, I haven&#8217;t had a situation yet where I had to manipulate URL&#8217;s on a website yet but now that I did&#8230;mod_rewrite is awesome and it was a great learning experience.  I won&#8217;t go into gory detail but in a nutshell I used a SQL query to map my old numbered posts from the nucleus posts table to the WordPress style URL naming&#8230;by date so they match up.  I then took that query output and put it into a php script.  The php script is referenced in my .htaccess file that contains the RewriteRules.  So&#8230;when someone clicks on the old style Nucleus links the script maps it to the new links.  Cool.  If you want to see all of the code <a href="http://budts.be/weblog/2009/01/convert-a-nucleus-blog-to-wordpress/">I followed the guide that another blogger</a> posted about his migration but made my own modifications and did a few things different then his code did&#8230;but you should get the general idea.</p>
<p><strong>What changes?</strong><br />
So besides the blogging platform other things I decided to do was a new logo/header that <a href="http://twitter/JaneDeLay">@JaneDeLay</a> created for me (she rocks!) and I decided to include more of my <a href="http://www.spylogic.net/publications/">other publications, articles and such</a> in separate pages.  I also put a <a href="http://www.spylogic.net/speaking/">speaking</a> page where you can find out where I&#8217;m speaking at and also a list of past talks (something a few of you have wanted to know).  RSS feeds are still through FeedBurner so you don&#8217;t have to update your feeds.  Lastly, I decided to move the majority of my social media security research to another site altogether.  This site is focused on social media security and will have guides, videos, presentations and research from not only myself but others.  I&#8217;m planning on launching the site at DEFCON 17 at my talk or right before it.  It&#8217;s been difficult blogging about anything lately because of my crazy work/home/life schedule so hopefully the new site will bring some focus back into blogging and about other things besides social media. <img src='http://www.spylogic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ll probably mention some of the content from the new site on this blog if it seems relevant.</p>
<p>Anyway, let me know if you have any feedback on the new site (there might be a few bugs still) and thanks for reading my blog!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spylogic.net/2009/07/spylogic-net-reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is Tom?</title>
		<link>http://www.spylogic.net/2008/09/where-is-tom/</link>
		<comments>http://www.spylogic.net/2008/09/where-is-tom/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:59:05 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Spylogic News]]></category>
		<category><![CDATA[spylogic]]></category>
		<category><![CDATA[tom]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Wow..it&#8217;s been really crazy as of late. Sorry for the lack of blog posts but this is &#8220;the&#8221; busy month of the year for me! Here is what I have going on: October 11th Ohio LinuxFest Security Justice will be podcasting live from the Ohio LinuxFest! Dave and myself will be there hanging out with [...]]]></description>
			<content:encoded><![CDATA[<p>Wow..it&#8217;s been really crazy as of late.  Sorry for the lack of blog posts but this is &#8220;the&#8221; busy month of the year for me!  Here is what I have going on:</p>
<p><b>October 11th Ohio LinuxFest</b><br />
<a href="http://securityjustice.com">Security Justice</a> will be podcasting live from the <a href="http://www.ohiolinux.org/">Ohio LinuxFest</a>!  Dave and myself will be there hanging out with the folks from <a href="http://www.notacon.org/">Notacon</a> and others.  If you are there&#8230;stop by, say hi and pick up some Security Justice stickers!</p>
<p><b>October 15th NEO InfoSec Forum</b><br />
I will be giving a talk on &#8220;Information Gathering with Maltego&#8221; at the <a href="http://www.neoinfosecforum.org/">NEO InfoSec Forum</a>.  Join us after the meeting at Mavis Winkles for beer and the live recording of the Security Justice podcast.</p>
<p><b>October 30-31st <a href="http://www.informationsecuritysummit.org/">Ohio Information Security Summit</a></b><br />
There are several things that I am doing at this year&#8217;s local security summit:</p>
<p>I will be participating in a panel discussion at 2:20pm on October 30th, &#8220;Social Networks &#8211; Acceptance and Mitigation of Risk in Today&#8217;s Workplace&#8221;.  Later that evening at 6pm I am leading a birds of a feather session entitled &#8220;Security &#038; Privacy of Social Networks&#8221;.  At this session I will be releasing my <b>Facebook Privacy and Security Guide</b> at the session.  Look for a blog post about this project soon.</p>
<p>Finally, on October 31st I will be doing a talk entitled &#8220;Penetration Testing 2.0: Corporate Tiger Team&#8221; at 1:30pm.</p>
<p>If you are local or in the surrounding Ohio area be sure to check out the <a href="http://www.informationsecuritysummit.org/">Information Security Summit</a>.  It&#8217;s well organized and is only $250 for two full days of talks!</p>
<p>Oh, and if that wasn&#8217;t keeping me busy enough&#8230;I am working on another Security Justice special edition with another very special guest to take place some time in October.  More details soon.  </p>
<p>I&#8217;ll hopefully get a few posts up in the next few days&#8230;I have a few in the &#8220;queue&#8221; almost ready to launch. <img src='http://www.spylogic.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Back to work for me and thanks for reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spylogic.net/2008/09/where-is-tom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter!</title>
		<link>http://www.spylogic.net/2008/04/twitter/</link>
		<comments>http://www.spylogic.net/2008/04/twitter/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 10:34:11 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Spylogic News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I finally decided to check out what all the hype was about and took the Twitter plunge. I am now a security &#8220;Twit&#8221;. Not sure how I feel about being a &#8220;Twit&#8221; but so far so good. It&#8217;s actually quite addicting as others have pointed out and I have started to convert my friends and [...]]]></description>
			<content:encoded><![CDATA[<p>I finally decided to check out what all the hype was about and took the <a href="http://twitter.com">Twitter</a> plunge.  I am now a security &#8220;Twit&#8221;.  Not sure how I feel about being a &#8220;Twit&#8221; but so far so good.  <img src='http://www.spylogic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>It&#8217;s actually quite addicting as others have pointed out and I have started to convert my friends and associates over to the &#8220;dark side&#8221; of instant social networking.   I have never been a big fan of the other social networking sites (Myspace, Facebook) but this is very different.  So if you want to check me out on Twitter, <a href="http://www.twitter.com/agent0x0">here is my profile</a>.  Check out some of the security &#8220;Twits&#8221; I follow like <a href="http://www.twitter.com/matthewneely">matthewneely</a>, <a href="http://www.twitter.com/mcgrewsecurity">McGrewSecurity</a>, <a href="http://twitter.com/pauldotcom">PaulDotCom</a>, <a href="http://twitter.com/haxorthematrix">haxorthematrix</a> and <a href="http://www.twitter.com/andywillingham">Andy Willingham</a>.</p>
<p>Here is a <a href="http://www.webware.com/8301-1_109-9697867-2.html">newbie guide</a> to Twitter if you need some assistance setting it up and learning to send &#8220;tweets&#8221;.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spylogic.net/2008/04/twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New blogger</title>
		<link>http://www.spylogic.net/2008/02/new-blogger/</link>
		<comments>http://www.spylogic.net/2008/02/new-blogger/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 21:29:03 +0000</pubDate>
		<dc:creator>agent0x0</dc:creator>
				<category><![CDATA[Spylogic News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome Quzart to the spylogic.net team! Another blogger from the Netherlands named Quzart will be posting an article on the revised c 99shell php script. Keep an eye out for it. Thanks Quzart!]]></description>
			<content:encoded><![CDATA[<p>Welcome Quzart to the spylogic.net team!</p>
<p>Another blogger from the Netherlands named Quzart will be posting an article on the revised c 99shell php script.  Keep an eye out for it.  Thanks Quzart!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spylogic.net/2008/02/new-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Theme</title>
		<link>http://www.spylogic.net/2008/01/new-theme/</link>
		<comments>http://www.spylogic.net/2008/01/new-theme/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 19:38:37 +0000</pubDate>
		<dc:creator>agent0x0</dc:creator>
				<category><![CDATA[Spylogic News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Just put a new theme in for the site..so far so good. I also removed the forums since they were not used (at all actually) and re-enabled the comments. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Just put a new theme in for the site..so far so good.  I also removed the forums since they were not used (at all actually) and re-enabled the comments.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spylogic.net/2008/01/new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thanks!</title>
		<link>http://www.spylogic.net/2008/01/thanks/</link>
		<comments>http://www.spylogic.net/2008/01/thanks/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 10:03:46 +0000</pubDate>
		<dc:creator>agent0x0</dc:creator>
				<category><![CDATA[Spylogic News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Just wanted to drop a quick note and say thanks to all the readers and subscribers of the spylogic.net blog! 2007 was the first year that I really put some effort into the blog and it is now starting to take off. Hopefully things will continue to progress in 2008&#8230;updating the blog can be challenging [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to drop a quick note and say thanks to all the readers and subscribers of the spylogic.net blog!  2007 was the first year that I really put some effort into the blog and it is now starting to take off.  Hopefully things will continue to progress in 2008&#8230;updating the blog can be challenging at times because of work and other commitments (other bloggers know what I am talking about) but I will keep plugging away at it.  Have a safe and hopefully secure 2008!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spylogic.net/2008/01/thanks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long time&#8230;no updates!</title>
		<link>http://www.spylogic.net/2007/08/long-timeno-updates/</link>
		<comments>http://www.spylogic.net/2007/08/long-timeno-updates/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 20:13:54 +0000</pubDate>
		<dc:creator>agent0x0</dc:creator>
				<category><![CDATA[Spylogic News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Yes..it&#8217;s been awhile! Seems that life and career got in the way! I will be posting more in the very near future..lots of updates from Blackhat and Defcon that I attended in Vegas as well as some new projects I am hoping to get more involved with. Also looking at expanding the site and changing [...]]]></description>
			<content:encoded><![CDATA[<p>Yes..it&#8217;s been awhile!  Seems that life and career got in the way!  I will be posting more in the very near future..lots of updates from Blackhat and Defcon that I attended in Vegas as well as some new projects I am hoping to get more involved with.  Also looking at expanding the site and changing somethings..stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spylogic.net/2007/08/long-timeno-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

