<?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>Mr. Vaughan&#039;s Non-Specific Computer Technology, Educational, IT Security, and Photography Blog</title>
	<atom:link href="http://mrvaughan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrvaughan.com</link>
	<description>Something worth reading</description>
	<lastBuildDate>Fri, 28 Sep 2012 21:17:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Setting up an Intrusion Detection System with Snort</title>
		<link>http://mrvaughan.com/2012/09/28/setting-up-an-intrusion-detection-system-with-snort/</link>
		<comments>http://mrvaughan.com/2012/09/28/setting-up-an-intrusion-detection-system-with-snort/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 21:17:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=306</guid>
		<description><![CDATA[Determining if your system has been attacked is often a very daunting task. If however you install an intrusion detection system in advanced you can have a better idea if anyone is attacking your system. In this recent report I wrote about how to setup snort and use it with BASE to detect a few [...]]]></description>
				<content:encoded><![CDATA[<p>Determining if your system has been attacked is often a very daunting task. If however you install an intrusion detection system in advanced you can have a better idea if anyone is attacking your system. In this recent report I wrote about how to setup snort and use it with BASE to detect a few basic attacks. Check out the full article bellow:</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2012/09/IDSLab.pdf">Intrusion Detection System with Snort</a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2012/09/28/setting-up-an-intrusion-detection-system-with-snort/&via=mrvaughan&text=Setting up an Intrusion Detection System with Snort&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2012/09/28/setting-up-an-intrusion-detection-system-with-snort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Black Box SQL Injection Strategies</title>
		<link>http://mrvaughan.com/2012/09/28/black-box-sql-injection-strategies/</link>
		<comments>http://mrvaughan.com/2012/09/28/black-box-sql-injection-strategies/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 21:08:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[IT Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=301</guid>
		<description><![CDATA[Attached is a recent report I wrote on SQL injection. I took a very high level approach so that I could give you a thorough understanding of how SQL injection works. There are two files bellow first is the actual report and the other is an accompanying set of slides that gives a quicker overview [...]]]></description>
				<content:encoded><![CDATA[<p>Attached is a recent report I wrote on SQL injection. I took a very high level approach so that I could give you a thorough understanding of how SQL injection works.</p>
<p>There are two files bellow first is the actual report and the other is an accompanying set of slides that gives a quicker overview of the paper.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2012/09/Research-Paper.pdf">Black Box SQL Injection Strategies Research Paper</a></p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2012/09/Black-Box-SQL-Injection-Strategies.pdf">Black Box SQL Injection Strategies &#8211; Presentation</a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2012/09/28/black-box-sql-injection-strategies/&via=mrvaughan&text=Black Box SQL Injection Strategies&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2012/09/28/black-box-sql-injection-strategies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Tunnel Explained</title>
		<link>http://mrvaughan.com/2012/09/28/secure-tunnel-explained/</link>
		<comments>http://mrvaughan.com/2012/09/28/secure-tunnel-explained/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 20:53:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=294</guid>
		<description><![CDATA[Often we need to communicate through an insecure network. In this lab write up I explain how to establish a secure encrypted connection between two computers that can be used to operate any protocol. Secure Tunnel Explained Image credits: http://beneathesummergrowth.wordpress.com/ &#160; Tweet]]></description>
				<content:encoded><![CDATA[<p>Often we need to communicate through an insecure network. In this lab write up I explain how to establish a secure encrypted connection between two computers that can be used to operate any protocol.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2012/09/SecureSoftwareLab2.pdf">Secure Tunnel Explained</a></p>
<p>Image credits: http://beneathesummergrowth.wordpress.com/</p>
<p>&nbsp;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2012/09/28/secure-tunnel-explained/&via=mrvaughan&text=Secure Tunnel Explained&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2012/09/28/secure-tunnel-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Your Website Gets Hacked.</title>
		<link>http://mrvaughan.com/2012/02/23/how-your-website-gets-hacked/</link>
		<comments>http://mrvaughan.com/2012/02/23/how-your-website-gets-hacked/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 17:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[IT Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=250</guid>
		<description><![CDATA[Outdated CMS Many websites use content management systems like WordPress, Drupal, MidiaWiki, or OS Commerce. Whatever system you are using there is one key thing that you should know, all these systems come out with regular updates for very good reason. It is very common that new vulnerabilities are found in these systems on a [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Outdated CMS</strong></p>
<p>Many websites use content management systems like WordPress, Drupal, MidiaWiki, or OS Commerce. Whatever system you are using there is one key thing that you should know, all these systems come out with regular updates for very good reason. It is very common that new vulnerabilities are found in these systems on a regular basis. When this happens the vulnerabilities are typically reported and patches and updates are released. One of the most interesting thing I&#8217;ve learned in the last month is that the majority of attacks that occur on websites occur after the fix for the vulnerability has been released. What hackers do is they read the patch release notes to find out what vulnerabilities have been fixed then go to find ways to exploit lazy website owners who have not updated their system. The lesson here is to take your CMS updates seriously. This also applies to plugins and all other systems.</p>
<p><strong>User Input Attacks</strong></p>
<p>Most of the vulnerabilities found in a website or CMS are because the system dosen&#8217;t properly handle and sanitize user input. Typically a web developers primary concern is making the site work, making it secure sometimes comes later or not at all. User input attacks come when a hacker inserts special commands into a form or field that make reference to the systems database or application. This can cause the web server to reveal personal information about itself or give a hacker escalated privileges. The three main types of attacks are SQL injection, Cross Site Scripting (XSS), and buffer overflow. The main defence from these types of attacks is to sanitize the users input before it is used by the server. This involves removing any special characters that would never be used by a regular user and making sure the input dosen&#8217;t go over a specified length.</p>
<p><strong>File Read/Write Permissions</strong></p>
<p>Your website typically will contain many nested folders and files. If your website dosen&#8217;t allow for any user input or have any plugins or systems that have to update content dynamically then you can simply set all permissions to read only and your fine. However many systems require additional privileges on specific files or folders to be able to save and modify settings or place user uploaded images and files. Sometimes when you are setting up these systems you might get an error that it doesn&#8217;t have the appropriate permissions. When this happens either out of confusion or lack of understanding users don&#8217;t always change the permissions properly making the system more vulnerable to attacks. Additionally a number of systems just need special write permissions when they are being installed and can be set back afterwards, lets play guess the percentage of users who actually change them back afterwards. The lesson here is that if you are going to make any changes to the read/write permissions of a particular folder or file on your web server you need to make sure that you are doing it in a way that won&#8217;t compromise your website.</p>
<p><strong>Vulnerable Plugins and Add-Ons</strong></p>
<p>CMS plugins are typically small add-ons that allow additional functionality on top of a system. They are typically developed and maintained by individual programmers or small teams. These smaller groups usually have less resources or knowledge of the security implications of their designs than the platforms they are built on. As a result of this, plugins are much more vulnerable to all kinds of attacks. If you are really concerned about the security of your website I would avoid untrusted plugins that don&#8217;t have proven track records for being secure. The reality is that it takes time and many revisions to produce a quality plugin with minimal security risks so if this is a concern for you avoid being the ginny pig for the plugin developer.</p>
<p><strong>Weak Passwords</strong></p>
<p>Consider the scenario where you visit a forum with really cool information except inorder to post on the forum you need to register. After registering you make your post, go about your business and never visit that site again. Months later that site gets hacked and all of its users email accounts and forum passwords are posted on Pastebin. Now the whole world knew that you were a member of that forum and the password you used. Once this information is public what a number of individuals with malicious intent do is try that password against every known popular web system. They now try that same user name and password combination on facebook, google, hotmail, amazon, ebay, and any other system they can think of. If by chance they are able to get into your email they can now view messages of every web service you&#8217;ve signed up for and the proceed to reset all of those passwords also.</p>
<p>The message you should take from this is to use strong unique passwords on every site you register for. You will need to derive some sort of system or method of keeping track of all these passwords and I will touch on this a bit further in my follow up article.</p>
<p><strong>Database Backups</strong></p>
<p>I was browsing the google dorks section of exploit-db.com the other day and noticed a google search term that returns all WordPress database backups that were stored on servers. THIS IS VERY BAD. Now it is certainly a good practice to back up your database regularly but it is a really bad idea to store that file on your web server.</p>
<p><strong>Link Building Spam</strong></p>
<p>A true mesure of success for your website is how much spam your getting. I consider this a mild form of hacking because the spammers are using your site to link build their sites. Additionally some of these spam comments can contain malicious code that will redirect your users to other websites or ads. Needless to say you need to find a way to manage all the spam comments.</p>
<p><strong>Client Side Attacks</strong></p>
<p>Client side attacks sometimes fall under the category of injection attacks but not always. In this type of attack hackers are after the users that visit your site not necessarily the site itself. They may sometimes use an injection attack to embed an XSS (cross site scripting) attack to direct users to a webpage that they may think is your site when it is actually a modified or fake version of it where they are then able to steal your users login credentials, browser session or cookies. This type of attack is commonly referred to as session hijacking. In this type of attack a hacker may not be able to login as the user but it would be able to convince the web server that it remembers that the hacker is already logged in as the user.</p>
<p><strong>Brute Force Attacks</strong></p>
<p>Does your web system prevent users who enter invalid passwords from retrying over and over again? This common weakness is what allows some some attackers to basically run scripts that attempt to crack your password over and over again. A smart attacker would bypass the user interface level and work at the packet level to flood your server with login attempts with various username password combinations and measure how the server responded to these requests to see if it is able to find out any passwords. Your system will need to be set up to refuse requests after a certain number of failed login attempts. Sometimes this attack masks itself as a Denial of Service attack but that is usually just a symptom of the attempt to brute force attack your website.</p>
<p><strong>Denial of Service Attacks</strong></p>
<p>A denial of Service attack is basically any attack that takes your website down.Denial of Service attacks are just annoying but if you&#8217;re a big company the negative PR can be a nightmare. One common method is when an attacker decides that they are going to essentially reload your webpage over and over again a couple thousand times a second. This overloads the server causing it to be unable to handle legitimate user page requests.</p>
<p>There are many other variations of this attack some of which come from weaknesses in your server that you need to watch for. Bellow find a flow chart I recently made for one of my Web Security class that outlines some of the types of denial of service attacks that can occur on your system. There may be more methods that I haven&#8217;t mentioned in this diagram so if you have anything meaning full to contribute please post a comment.</p>
<div id="attachment_254" class="wp-caption alignnone" style="width: 360px"><a href="http://mrvaughan.com/wp-content/uploads/2012/02/Denial-of-Service-Threat.jpg"><img class=" wp-image-254  " title="Denial of Service Threat Model" src="http://mrvaughan.com/wp-content/uploads/2012/02/Denial-of-Service-Threat.jpg" alt="" width="350" height="250" /></a><p class="wp-caption-text">Image Describing the various types of Denial of Service attacks and Vulnerabilies</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2012/02/23/how-your-website-gets-hacked/&via=mrvaughan&text=How Your Website Gets Hacked.&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2012/02/23/how-your-website-gets-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT Security Website Round Up</title>
		<link>http://mrvaughan.com/2012/02/21/it-security-website-round-up/</link>
		<comments>http://mrvaughan.com/2012/02/21/it-security-website-round-up/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 15:23:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[IT Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=235</guid>
		<description><![CDATA[Lately I&#8217;ve found myself checking the same IT Security sites over and over again. In many cases I find myself checking them more then a couple times a day. Heres a round up of all the IT related sites I use as resources regularly. If you know of any other resources that are similar to [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://mrvaughan.com/wp-content/uploads/2012/02/Security-Headers.jpg"><img class="alignnone size-full wp-image-242" title="Security Blog Round up Headers" src="http://mrvaughan.com/wp-content/uploads/2012/02/Security-Headers.jpg" alt="" width="800" height="449" /></a></p>
<p>Lately I&#8217;ve found myself checking the same IT Security sites over and over again. In many cases I find myself checking them more then a couple times a day. Heres a round up of all the IT related sites I use as resources regularly. If you know of any other resources that are similar to this post please feel free to post a comment and I will update the list.</p>
<p><a href="http://www.exploit-db.com/">Exploit-db.com</a></p>
<p>There are plenty of databases online that index security vulnerabilities. This site however indexes the vulnerabilities with known exploits. Often when I read about a particular vulnerability I find it difficult to invision how it might be used to attack a system. With this database you are able to see how someone else took advantage of a particular vulnerability. I find it much more informative and educational this way. A very interesting sub-section of this site is the Google Dorks section.<a href="http://www.exploit-db.com/google-dorks/"> http://www.exploit-db.com/google-dorks/</a>. This section contains all kinds of interesting google search terms that will return a wide variety of information pertaining to various servers and websites that google has indexed.</p>
<p><a href="http://www.securitytube.net/">Securitytube.net</a></p>
<p>I am a big fan of hyper-niche video sites and this one is one of my favorites. Security Tube has a tight nit active community of security professionals that regularly share their research, techniques, and exploits. The website owner Vivek Ramachandran has also produced a number of his own videos. Vivek operates a certification program for wireless network security and another for Metasploit certification that is available through his website. The great thing that Vivek has done on this site is that all of his tutorial videos for the online courses are available for free. It should also be mentioned that the content is also available to university&#8217;s as one of my readers pointed out. I do plan on taking the courses eventually but my plan is to watch and try out all of the videos for the courses first. These videos on their own make the site extremely valuable to anyone interested in IT Security so be sure to check out <a href="http://www.securitytube.net/groups?operation=view&amp;groupId=9">Wireless LAN Security and Penetration Testing Megaprimer</a> and the <a href="http://www.securitytube.net/groups?operation=view&amp;groupId=10">SecurityTube Metasploit Framework Expert (SMFE) Course Material</a>.</p>
<p><a href="http://pastebin.com/">pastebin.com</a></p>
<p>I am always pleasantly amazed by the random pieces of information I find just browsing the recent posts section of this website. For those of you not aware Pastebin is basically an online clipboard that allows you to paste text content and make it available publicly via url. Pastebin gained a lot of popularity last spring as some of the big website hacks that were going on posted all of their database dumps on Pastebin (lulzsec, anonymous, sony etc). Now it seems that almost everyday another hacker is posting information about what they&#8217;ve done and many news and blog articles are regularly sourcing these pastebin posts.</p>
<p><a href="http://thehackernews.com">thehackernews.com</a></p>
<p>There are many news reports out regularly about all kinds of events in hacking. Rather then looking at large news outlets I prefer this niche site for hacking specific news. I find that The Hacker News is very frequently updated and informed with a full range of content. This site typically has 2-3 new posts a day about all kinds of news in hacking and I am most impressed by the amount of international stories that they cover from all over the world. This is also a good source to find out about new apps and tools that are being used in the industry today.</p>
<p><a href="http://www.oxid.it/">http://www.oxid.it/</a> - Cain and Abel</p>
<p>This windows based tool (don&#8217;t stop reading yet) is the subject of some of my masters research. It has a full range of functions that make it a very versatile tool. It&#8217;s primarily popular for some of its man-in-the-middle attacks mainly its ARP poisoning attack. In addition it is also decent at finding and cracking windows admin passwords. It also has a full range of possibilities that don&#8217;t have a lot of information published on it. I&#8217;ve heard of some of my students using it to packet flood people they are playing against in Call of Duty or other peer to peer network games to perform a denial of service on them. I&#8217;ve also heard but not confirmed that it can be used for intercepting voice and video communication. The tool itself is worth checking out, if you&#8217;ve done anything interesting with this tool please post a comment and share it with me.</p>
<p><a href="http://www.backtrack-linux.org/">backtrack-linux.org/</a></p>
<p>Back Track is the definitive resource for anyone who is serious about IT Security. This is a linux distribution that comes ram packed with everything you might need to evaluate and penetration test a network. I run my version in a virtual machine on top of my primary OS but you might choose to dual boot it or install it on a spare computer. The challenge with this system is figuring out where everything is and how to use each tool but with a bit of reading in the -help files and forums you should be able to figure most of it out.</p>
<p><a href="http://www.wireshark.org/">wireshark.org</a></p>
<p>In monitoring any network one thing I&#8217;ve learned is that packets don&#8217;t lie. It is sometimes difficult to filter down to the information you are after but if its transmitted across a network then the data is there somewhere. Wire Shark is one application that every security professional uses to see exactly what is going on in a network.</p>
<p><a href="https://www.torproject.org">https://www.torproject.org</a></p>
<p>I could probably write an entire article on this web browser, in fact I probably will. For now though the best way to describe tor browser is that its a browser that lets you bypass any firewall to browse facebook or any blocked site from anywhere. How it works is a little interesting. In a typical browser if you set up a proxy you are making one connection from your computer to the proxy server then the server to whatever site you are going to. This may help you get around a firewall once but a lot of firewalls detect individual proxies or sites that list them also in terms of traceability its easy to trace route back to your ip. The tor project is a little different from the traditional forms mentioned, it actually encrypts your traffic and routes it through a number of proxy relays that allow you  transmit your data securely and browse anonymously.</p>
<p>Again if you have any links that you feel should be included in this list please feel free to leave a comment and include it.</p>
<p>&nbsp;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2012/02/21/it-security-website-round-up/&via=mrvaughan&text=IT Security Website Round Up&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2012/02/21/it-security-website-round-up/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Exploding House In Bowmanville</title>
		<link>http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/</link>
		<comments>http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 01:21:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=220</guid>
		<description><![CDATA[Last night my mom forwarded me a news article mentioning that they were blowing up a house in Bowmanville for a movie. Original article here. So this morning I called my dad to see if he wanted to join me to photograph the event. After about an hour in the cold we weren&#8217;t disappointed. I was able [...]]]></description>
				<content:encoded><![CDATA[<p>Last night my mom forwarded me a news article mentioning that they were blowing up a house in Bowmanville for a movie. <a href="http://www.durhamregion.com/news/article/1287960--bowmanville-set-to-explode-sunday#.TyOeFJATguU.email">Original article here</a>. So this morning I called my dad to see if he wanted to join me to photograph the event. After about an hour in the cold we weren&#8217;t disappointed. I was able to catch it all on video and took a number of shots with my camera. I kinda regret using my telephoto lens though. It did give me a better focus on the shot but when the blast when off I was too far zoomed in to really catch the full extent of the blaze and some of the images got cut off a bit. Either way check out my video and some of my shots. Another funny story about this event is that apparently Hydro employees were told that this was happening today and were told to assure people that it has nothing to do with the nuclear plant down the road at all.</p>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/USN8b0tVXgY" frameborder="0" width="560" height="315"></iframe></p>

<a href='http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/sony-dsc-8/' title='The before shot of the house'><img width="150" height="150" src="http://mrvaughan.com/wp-content/uploads/2012/01/the-house-before-150x150.jpg" class="attachment-thumbnail" alt="This is the house before they torched it." /></a>
<a href='http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/sony-dsc-12/' title='Staging'><img width="150" height="150" src="http://mrvaughan.com/wp-content/uploads/2012/01/Staging-150x150.jpg" class="attachment-thumbnail" alt="The men staging the explosion about 10 minutes before it went off" /></a>
<a href='http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/sony-dsc-13/' title='Trigger man'><img width="150" height="150" src="http://mrvaughan.com/wp-content/uploads/2012/01/Trigger-Man-150x150.jpg" class="attachment-thumbnail" alt="The lucky guy who got to push the button. What do you have to do to get that job?" /></a>
<a href='http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/sony-dsc-10/' title='Burning Building'><img width="150" height="150" src="http://mrvaughan.com/wp-content/uploads/2012/01/Burning1-150x150.jpg" class="attachment-thumbnail" alt="First Shot of the burning Building." /></a>
<a href='http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/sony-dsc-11/' title='Burning Building'><img width="150" height="150" src="http://mrvaughan.com/wp-content/uploads/2012/01/Burning3-150x150.jpg" class="attachment-thumbnail" alt="The exploding building in Bowmanville" /></a>
<a href='http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/sony-dsc-14/' title='Burning Bowmanville Building'><img width="150" height="150" src="http://mrvaughan.com/wp-content/uploads/2012/01/Vibrant-Flames-150x150.jpg" class="attachment-thumbnail" alt="Fully engulfed Building" /></a>
<a href='http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/sony-dsc-9/' title='The house after the explosion while still smoldering'><img width="150" height="150" src="http://mrvaughan.com/wp-content/uploads/2012/01/after2-150x150.jpg" class="attachment-thumbnail" alt="The house after the explosion while still smoldering." /></a>

<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/&via=mrvaughan&text=Exploding House In Bowmanville&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2012/01/30/exploding-house-in-bowmanville/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows PC Phishing Scheme</title>
		<link>http://mrvaughan.com/2011/12/08/windows-pc-phishing-scheme/</link>
		<comments>http://mrvaughan.com/2011/12/08/windows-pc-phishing-scheme/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 19:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[IT Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=208</guid>
		<description><![CDATA[Every now and again I get phone calls from solicitors trying to sell me stuff, give me free cruises, or in this case inform me that I have a virus on my Windows PC. This is an obvious scam but I am certain that they find a new sucker every hour and that this is [...]]]></description>
				<content:encoded><![CDATA[<p>Every now and again I get phone calls from solicitors trying to sell me stuff, give me free cruises, or in this case inform me that I have a virus on my Windows PC.</p>
<p>This is an obvious scam but I am certain that they find a new sucker every hour and that this is how some hackers have bot nets of over 30,000 computers.</p>
<p>For a full detailed explanation of this Phishing Scheme check out this link <a href="http://www.guardian.co.uk/world/2010/jul/18/phone-scam-india-call-centres">http://www.guardian.co.uk/world/2010/jul/18/phone-scam-india-call-centres</a></p>
<p>The short version of this story is that I get a phone call from a guy with an Indian accent saying that he&#8217;s calling about my windows PC. Knowing full well that this is a scam as I have heard stories of this scheme from some of my students just never actually got the call myself, I decide to play along long enough to get some info on what he&#8217;s actually doing. Also figuring that the longer he&#8217;s talking to me the less people he can talk to who may be less knowledgeable about this scam.</p>
<p>To his opener of &#8220;I&#8217;m calling with regards to your windows PC&#8221; I reply with &#8220;which one?&#8221; Thinking that if he knows I have more then one computer at my house he might start salivating at the thought of getting multiple computers from one call.</p>
<p>He begins to tell me that he is from Microsoft and that they have been noticing viruses being transmitted to and from my computer.</p>
<p>He directs me to this website http://windowsonlinesupport.com/  <strong>WARNING DO NOT DOWNLOAD ANYTHING FROM THIS SITES LINKS OR FILL OUT ANY INFORMATION.</strong></p>
<p>Now he gets me to read off what I see on the site to make sure that I am on the right page. When I read the icons out in his most enthusiastic voice says &#8220;YES!&#8221; (he uses the enthusiasm to trigger an emotional response and positive reinforcement for doing a good job).</p>
<p>At this point I want to take a closer look at the site itself. In the top right there is a login screen made to look like an msn or hotmail login screen that people are used to . The point of this icon is to get people to login using whatever default login they usually use, giving the phisher all access to whatever email account you use regularly.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/12/Screen-shot-2011-12-02-at-12.05.14-PM.png"><img class="alignnone size-full wp-image-209" title="Screen shot 2011-12-02 at 12.05.14 PM" src="http://mrvaughan.com/wp-content/uploads/2011/12/Screen-shot-2011-12-02-at-12.05.14-PM.png" alt="" width="170" height="98" /></a></p>
<p>There is also some icons used to get customers to sign up for their service. What service they provide beyond maxing out all your credit cards is not clear by the site.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/12/Screen-shot-2011-12-02-at-12.11.12-PM.png"><img class="alignnone size-medium wp-image-210" title="Screen shot 2011-12-02 at 12.11.12 PM" src="http://mrvaughan.com/wp-content/uploads/2011/12/Screen-shot-2011-12-02-at-12.11.12-PM-300x46.png" alt="" width="300" height="46" /></a></p>
<p>From reading some other articles if this caller is successful in installing enough viruses and remote control software on your computer to render it useless they then insist that they pay you for the service they&#8217;ve just provided for you.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/12/Screen-shot-2011-12-07-at-1.19.09-PM.png"><img class="alignnone size-medium wp-image-212" title="Screen shot 2011-12-07 at 1.19.09 PM" src="http://mrvaughan.com/wp-content/uploads/2011/12/Screen-shot-2011-12-07-at-1.19.09-PM-300x26.png" alt="" width="300" height="26" /></a></p>
<p>At the bottom of the page is where the real dangers lie. The above icons point to remote control software that undoubtably laced with an assortment of viruses. One virus to take control of your computer, one to block all other anti-virus programs, one to change all your web searches so that instead of displaying your search results you get ads so they make money. Also now that they have your computer as its slave they can use it to do various cloud computing tasks like DDoS attacks and mining for bitcoins.</p>
<p><strong>Proving its a Scam</strong></p>
<p>If you do a domain name whois lookup for the site claiming to be Microsoft and it comes back to say its hosted on a Godaddy server its definitely a scam. And heres proof :  <a href="http://dawhois.com/siteinfo/?query=windowsonlinesupport.com" target="_blank">http://dawhois.com/siteinfo/?query=windowsonlinesupport.com</a></p>
<p>On a side note it also shows that they have owned this domain and presumably been in operation for over a year.</p>
<p><strong>Why bother?</strong></p>
<p>The question I get is why would anyone spend this much time and money just to put a virus on your computer. Well to answer this lets dissect their business model a bit. Here I use simplified numbers based on my best estimates based on my experiences. At this time I don&#8217;t have enough sources to properly site the reasoning behind the numbers you will just have to trust my experience to get an ideal of the scale of these sort of operations.</p>
<p>The cost to set up a site like this is relatively low. 5-10 Dollars a month for web hosting, $10-20 a year for the domain name and $3-4 an hour for someone in a call center to call the phone book in a particular area. So lets say you start off with an operating budged of $200 for your first couple of months.</p>
<p>In this time you could afford almost 40-50 hours of cold calling. Considering that a call center operator could call 100+ people an hour (just an estimate). They could potentially attempt to reach 4000 + people in a week. (In my opinion these numbers are just low ball estimates and in reality are probably much higher).</p>
<p>The next question is how successful are these Phishers? Assuming they attempt to contact 4000+ people how many of them will they be able to scam into installing the virus on their computer? 1,5,10,50? My best guess would probably be more then 10 but less then 50 although a number as high as 400 would not surprise me in the least.</p>
<p>So lets say they are successfully able to infect 25 computers. They now effectively own these 25 computers and can do whatever they want with them. A popular thing to do with these infected computers is to set it up so that the most popular search engines (google) display a fake version of their web browser. The script will still display search results except rather then displaying genuine search results they will display ads disguised as search results so that if you click on them the people who infected your computer will make money. So going back to our 25 infected computers example, even if the user was tricked into clicking an ad once a day for the low click earnings of 10 cents per click (low ball number by most estimates). These computers if infected for over a month could result in 80 &#8211; 100 dollars a month (again extreme low ball estimates as most ppc ads can get much more then 10 cents per click and some of these virus can easily turn out 5-20 clicks per day).</p>
<p>Another popular use for these viruses is to help farm/process a virtual currency called BitCoins. Using the infected computer to process encrypted transactions results in a generation of a virtual currency for the person who processed the transaction. This can be quite profitable if you have a decent video card installed on your computer for the virus to make use of. Conceivably 25 computers working together could potentially generate 20-50 dollars a month if not more (depending on current exchange rate).</p>
<p>If you also consider the fact that if they observe your computer long enough while infected and they capture all your login information for websites, email, banking, and paypal etc. They could of course rob money directly from your bank account or use your credit card information to purchase items.</p>
<p>One of the less obvious uses of having a network of computers is a Distributed Denial of Service attack. Basically if a computer hacker has a network of computers available to them they can instruct them to visit a target website all at once. If you send 10,000 website request all at once repeatedly users that legitimately want to access the site will be blocked by all the other requests.</p>
<p>Once this scam is set up on a small scale it is really easy to just hire more people to do the calling. As a result of this scam its not uncommon for a hacker to control more then 30,000 computers in their network. Once these networks are set up the hacker can now rent out their network to people who wish to spam computers for whatever purpose.</p>
<p>I tried to write this in article in a way that simplifies some of the concepts. If you have more details or information to add I would love to hear about it. Also if you have received calls like this please share your experience and provide the link of the site that they directed you to.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2011/12/08/windows-pc-phishing-scheme/&via=mrvaughan&text=Windows PC Phishing Scheme&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2011/12/08/windows-pc-phishing-scheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing the background blur in macro photography &#8211;  part 3/3</title>
		<link>http://mrvaughan.com/2011/10/12/increasing-the-background-blur-in-macro-photography/</link>
		<comments>http://mrvaughan.com/2011/10/12/increasing-the-background-blur-in-macro-photography/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 23:35:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=189</guid>
		<description><![CDATA[This post is part of a 3 part series on how to use the Gaussian Blur filter in Photoshop to perform various photo touch-ups. In this post you will learn how to increase the effect of a background blur in macro photography. All three parts will be available at the following links: Part 1 – [...]]]></description>
				<content:encoded><![CDATA[<p>This post is part of a 3 part series on how to use the Gaussian Blur filter in Photoshop to perform various photo touch-ups. In this post you will learn how to increase the effect of a background blur in macro photography.</p>
<p>All three parts will be available at the following links:<br />
<a href="http://mrvaughan.com/?p=155">Part 1 – Creating the Soft Blur Effect</a><br />
<a href="http://mrvaughan.com/?p=167">Part 2 –  Silky smooth skin in photoshop</a><br />
<a href="http://mrvaughan.com/?p=189"> Part 3 – Increasing the background blur in macro photography</a></p>
<p><strong>Disclaimer:</strong> Before I begin on this tutorial I should first explain why you would want to use this tutorial.First of all if you are an experienced photographer you can achieve this effect with your camera and probably don&#8217;t need this tuturial. The typical macro shot contains an object in the foreground with a very short depth of field. As a result of the very narrow depth of field the background ends up being blurred. A trained photographer can easily accomplish this task but for a beginner or someone with a typical point an shoot camera you don&#8217;t always achieve the exact intended result. Also macro lenses can be expensive. Luckily theres a way for you to compensate for your lack of camera skill or quality camera with a quick photoshop trick.</p>
<p>Here you can see the original image as you can see the main focus is the bear itself and its eyes and the background is only slightly blurred. In this tutorial we are going to increase the amount of blur applied to this background.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-1.56.53-PM.png"><img class="alignnone size-medium wp-image-190" title="Screen shot 2011-10-12 at 1.56.53 PM" src="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-1.56.53-PM-300x168.png" alt="" width="300" height="168" /></a></p>
<p>First step as always is to duplicate the original layer so that you have something to work with with out messing up your original. Right click on the background layer and select duplicate layer. Name this new layer blurred background.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.00.53-PM.png"><img class="alignnone size-medium wp-image-191" title="Screen shot 2011-10-12 at 2.00.53 PM" src="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.00.53-PM-300x177.png" alt="" width="300" height="177" /></a> <a href="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.01.26-PM.png"><img class="alignnone size-full wp-image-192" title="Screen shot 2011-10-12 at 2.01.26 PM" src="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.01.26-PM.png" alt="" width="205" height="144" /></a></p>
<p>With the Blurred Background selected go to the top menu and select Filter-&gt; Blur -&gt; Gaussian Blur.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.05.28-PM.png"><img class="alignnone size-medium wp-image-194" title="Screen shot 2011-10-12 at 2.05.28 PM" src="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.05.28-PM-285x300.png" alt="" width="285" height="300" /></a></p>
<p>Now apply a blur filter on this layer. The amount of blur will depend on your image and its resolution. Anywhere from 3-10pixels should give you quite a significant amount of blur.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.09.09-PM.png"><img class="alignnone size-medium wp-image-195" title="Screen shot 2011-10-12 at 2.09.09 PM" src="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.09.09-PM-300x174.png" alt="" width="300" height="174" /></a></p>
<p>Now we are going to create a vector mask so that we can apply the blur effect just to the background and not the whole image. With the new layer selected click on the add new layer mask icon from the layers window.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.12.06-PM.png"><img class="alignnone size-full wp-image-196" title="Screen shot 2011-10-12 at 2.12.06 PM" src="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-2.12.06-PM.png" alt="" width="248" height="208" /></a></p>
<p>&nbsp;</p>
<p>For the next step ensure that you have the vector mask on the blurred background layer selected. This is a common mistake that people make so ensure you have the correct part of the layer selected. You should see a box outlining the vector mask like so.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-7.20.37-PM.png"><img class="alignnone size-full wp-image-198" title="Screen shot 2011-10-12 at 7.20.37 PM" src="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-7.20.37-PM.png" alt="" width="230" height="130" /></a></p>
<p>There are two options you have next. Depending on the scale of your foreground Item you can either paint that item in black to remove the blur or fill the mask with black and then pain the background where you would like to blur in white. Either way you go you sure use a large fuzzy brush to paint softly around the edges of your foreground object. When you are done the mask should be black where you would like the image to show through to the sharp image bellow and white where you want it to be blurry. If you find that your gaussian blur effect was too strong you could reduce the opacity of the mask layer until it meets your liking.</p>
<p>Here we have the finished product image.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-7.27.55-PM.png"><img class="alignnone size-medium wp-image-199" title="Screen shot 2011-10-12 at 7.27.55 PM" src="http://mrvaughan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-12-at-7.27.55-PM-300x169.png" alt="" width="300" height="169" /></a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2011/10/12/increasing-the-background-blur-in-macro-photography/&via=mrvaughan&text=Increasing the background blur in macro photography -  part 3/3&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2011/10/12/increasing-the-background-blur-in-macro-photography/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gaussian Blur for skin touch ups &#8211; Part 2/3</title>
		<link>http://mrvaughan.com/2011/09/27/gaussian-blur-for-skin-touch-ups-part-23/</link>
		<comments>http://mrvaughan.com/2011/09/27/gaussian-blur-for-skin-touch-ups-part-23/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 18:04:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=167</guid>
		<description><![CDATA[This post is part of a 3 part series on how to use the Gaussian Blur filter in Photoshop to perform various photo touch-ups. In this post you will learn how to touch up skin imperfections to give your subjects baby smooth skin. All three parts will be available at the following links: Part 1 [...]]]></description>
				<content:encoded><![CDATA[<p>This post is part of a 3 part series on how to use the Gaussian Blur filter in Photoshop to perform various photo touch-ups. In this post you will learn how to touch up skin imperfections to give your subjects baby smooth skin.</p>
<p>All three parts will be available at the following links:<br />
<a href="http://mrvaughan.com/?p=155">Part 1 – Creating the Soft Blur Effect</a><br />
<a href="http://mrvaughan.com/?p=167">Part 2 –  Silky smooth skin in photoshop</a><br />
<a href="http://mrvaughan.com/?p=189">Part 3 – Increasing the background blur in macro photography</a></p>
<p>This image dosen&#8217;t really have any major imperfections but I&#8217;ll show you how you can improve the look of the skin. Here is the original image.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/BenTouchUps.jpg"><img class="alignnone size-medium wp-image-172" title="SONY DSC" src="http://mrvaughan.com/wp-content/uploads/2011/09/BenTouchUps-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First thing I always do in photoshop is duplicate the original layer so I can preserve the original image for comparison later (or if I mess up). Do this by right clicking on the background layer and clicking duplicate layer. I&#8217;m going to name this layer skin touch ups.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-8.07.21-AM1.png"><img class="alignnone size-medium wp-image-175" title="Screen shot 2011-09-27 at 8.07.21 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-8.07.21-AM1-300x274.png" alt="" width="300" height="274" /></a></p>
<p>&nbsp;</p>
<p>On the skin touch ups layer I&#8217;m going to use the spot healing tool to remove any freckles or pimples. Try to avoid touching up around any natural lines that make up the composition of the subjects face. Select the spot healing tool and set it up with a soft brush just slightly larger then the size of whatever you want to remove (pimples, freckles, scars, etc.). Make sure the hardness is set really low (0 is ok).</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-8.11.09-AM.png"><img class="alignnone size-full wp-image-176" style="border-style: initial; border-color: initial;" title="Screen shot 2011-09-27 at 8.11.09 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-8.11.09-AM.png" alt="" width="217" height="102" /></a></p>
<p>For major touch ups you can also use the patch healing tool but I&#8217;m not going to go into that here. The spot healing brush essentially takes an average of all the pixels around it and blends it together. To touch up a pimple or freckle simply dab the brush with the pimple in the center of the brush. Here you can see the result of some small touch ups see if you can pick out the differences.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-8.13.58-AM.png"><img class="alignnone size-medium wp-image-177" title="Screen shot 2011-09-27 at 8.13.58 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-8.13.58-AM-300x168.png" alt="" width="300" height="168" /></a></p>
<p>&nbsp;</p>
<p>At this point I am going to duplicate the touch up layer. Name the new layer blur mask. At this point you should have 3 layers: The original background layer; the touch-ups layer; and the blur mask.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-11.28.57-AM.png"><img class="alignnone size-full wp-image-178" title="Screen shot 2011-09-27 at 11.28.57 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-11.28.57-AM.png" alt="" width="221" height="185" /></a></p>
<p>With the blur mask layer selected go to filter -&gt; blur-&gt; Gaussian Blur. Now like in the last tutorial the amount of blur that you will actually apply to the layer depends on the resolution of your image. You may have to play around with it a bit but probably somewhere between 2-10 pixels of radius will do. You want to blur the skin/ face without loosing too much of the image detail.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-11.33.01-AM.png"><img class="alignnone size-medium wp-image-179" title="Screen shot 2011-09-27 at 11.33.01 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-11.33.01-AM-300x216.png" alt="" width="300" height="216" /></a></p>
<p>At this point we are going to use a layer mask to only allow the blur effect to be visible in certain area&#8217;s i.e. the skin. I tell my students to think of this like a window your are going to paint black and only chip off the pain the area&#8217;s you want to see through.</p>
<p>To add a layer mask select the blur layer and click on the create new layer mask icon.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-11.38.21-AM.png"><img class="alignnone size-full wp-image-180" title="Screen shot 2011-09-27 at 11.38.21 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-11.38.21-AM.png" alt="" width="237" height="241" /></a></p>
<p>With the paint bucket tool paint the mask portion of the blur layer black. Be extra careful not to paint on the actual blurred layer. The image should go back to its original resolution without the blur and the mask on the blur layer should go from white to black. Essentially you have just painted the window completely black on the blur layer so you can&#8217;t see any of the blur effects.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-1.21.58-PM.png"><img class="alignnone size-medium wp-image-181" title="Screen shot 2011-09-27 at 1.21.58 PM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-1.21.58-PM-300x155.png" alt="" width="300" height="155" /></a></p>
<p>Now we are going to paint in white on the layer mask the areas where we want the skin to be blurred. Grab a big fuzzy brush with white as the foreground color. Be sure that the mask is selected and not the blurred image layer. Now paint anywhere there is skin that you want to make smoother. You can grab a smaller brush to reach some of the more detailed areas and if you make a mistake you can just paint over it in black and try again.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-1.31.24-PM.png"><img class="alignnone size-medium wp-image-182" title="Screen shot 2011-09-27 at 1.31.24 PM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-1.31.24-PM-300x162.png" alt="" width="300" height="162" /></a></p>
<p>&nbsp;</p>
<p>Sometimes if the blur effect was too strong you can regain some of the detail of the image by adjusting the opacity of the blur layer.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-1.34.34-PM.png"><img class="alignnone size-medium wp-image-183" title="Screen shot 2011-09-27 at 1.34.34 PM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-1.34.34-PM-300x173.png" alt="" width="300" height="173" /></a></p>
<p>An interesting view of what the mask you have just created can be viewed by hiding the other layers.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-1.36.25-PM.png"><img class="alignnone size-medium wp-image-184" title="Screen shot 2011-09-27 at 1.36.25 PM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-27-at-1.36.25-PM-300x209.png" alt="" width="300" height="209" /></a></p>
<p>&nbsp;</p>
<p>Finally here we have the finished product.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/BenTouchUps1.jpg"><img class="alignnone size-medium wp-image-185" title="BenTouchUps" src="http://mrvaughan.com/wp-content/uploads/2011/09/BenTouchUps1-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p>I hope you enjoyed this tutorial. Thank you to Mr. Medd for volunteering to be in this tutorial.</p>
<p>&nbsp;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2011/09/27/gaussian-blur-for-skin-touch-ups-part-23/&via=mrvaughan&text=Gaussian Blur for skin touch ups - Part 2/3&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2011/09/27/gaussian-blur-for-skin-touch-ups-part-23/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Gaussian Blur for Photo Touch Ups &#8211; Part 1 of 3</title>
		<link>http://mrvaughan.com/2011/09/23/using-gaussian-blur-for-photo-touch-ups-part-1-of-3/</link>
		<comments>http://mrvaughan.com/2011/09/23/using-gaussian-blur-for-photo-touch-ups-part-1-of-3/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 12:29:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrvaughan.com/?p=155</guid>
		<description><![CDATA[In this three part series I&#8217;m going to show you how to use the same Photoshop filter in 3 different ways. Nearly all the steps in this tutorial are the same with just a few subtle differences. All three parts will be available at the following links: Part 1 – Creating the Soft Blur Effect [...]]]></description>
				<content:encoded><![CDATA[<p>In this three part series I&#8217;m going to show you how to use the same Photoshop filter in 3 different ways. Nearly all the steps in this tutorial are the same with just a few subtle differences.</p>
<p>All three parts will be available at the following links:<br />
<a href="http://mrvaughan.com/?p=155">Part 1 – Creating the Soft Blur Effect</a><br />
<a href="http://mrvaughan.com/?p=167">Part 2 –  Silky smooth skin in photoshop</a><br />
<a href="http://mrvaughan.com/?p=189">Part 3 – Increasing the background blur in macro photography</a></p>
<p><strong>Part 1 &#8211; Creating the Soft Blur Effect</strong></p>
<p>This effect is commonly used in wedding photography to give your images a whimsical and dreamy feel to them and its really quite simple to accomplish.</p>
<p>Today I am going to be using a picture of my wife on a fairy on London River Thames.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.16.55-AM.png"><img class="alignnone size-medium wp-image-156" title="Screen shot 2011-09-23 at 8.16.55 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.16.55-AM-300x169.png" alt="" width="300" height="169" /></a></p>
<p>&nbsp;</p>
<p>Start by duplicating the layers of whatever image you are going to work with.To duplicate the layer simply right click on it from the layers window and select duplicate.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-7.59.07-AM.png"><img class="alignnone size-medium wp-image-157" title="Screen shot 2011-09-23 at 7.59.07 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-7.59.07-AM-300x141.png" alt="" width="300" height="141" /></a></p>
<p>&nbsp;</p>
<p>Now select your new layer and apply a Gaussian blur to it. To do this select the filter menu from the top menu, then choose Blur -&gt; Gaussian Blur.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.04.52-AM.png"><img class="alignnone size-medium wp-image-158" title="Screen shot 2011-09-23 at 8.04.52 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.04.52-AM-263x300.png" alt="" width="263" height="300" /></a></p>
<p>The amount of blur you apply to this image will depend on the quality of the image. My image was taken on a digital slr at the highest quality setting so my images are all quite large. For lower quality images you would apply less blur. Play around with the sliding scale until you have a enough blur to slightly blur your image without loosing to much of the detail.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.23.23-AM.png"><img class="alignnone size-medium wp-image-159" title="Screen shot 2011-09-23 at 8.23.23 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.23.23-AM-300x298.png" alt="" width="300" height="298" /></a></p>
<p>After you blur the image should like pretty fuzzy. From here we are going to blend the blur effect with the original layer. To do this simply adjust the layer opacity to anywhere from 40-60% or until you get your desired effect.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.08.58-AM.png"><img class="alignnone size-medium wp-image-160" title="Screen shot 2011-09-23 at 8.08.58 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.08.58-AM-300x170.png" alt="" width="300" height="170" /></a></p>
<p>Finally here is the finished image. Some editors add additional blending options to the blurred photoshop layer but I am not going to get into that with this tutorial.</p>
<p><a href="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.26.50-AM.png"><img class="alignnone size-medium wp-image-162" title="Screen shot 2011-09-23 at 8.26.50 AM" src="http://mrvaughan.com/wp-content/uploads/2011/09/Screen-shot-2011-09-23-at-8.26.50-AM-300x166.png" alt="" width="300" height="166" /></a></p>
<p>&nbsp;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://mrvaughan.com/2011/09/23/using-gaussian-blur-for-photo-touch-ups-part-1-of-3/&via=mrvaughan&text=Using Gaussian Blur for Photo Touch Ups - Part 1 of 3&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://mrvaughan.com/2011/09/23/using-gaussian-blur-for-photo-touch-ups-part-1-of-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
