<?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>Go Hacking &#187; Srikanth</title>
	<atom:link href="http://www.gohacking.com/author/Srikanth/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Thu, 27 Oct 2011 18:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Hide Data in Image, Audio &amp; Video Files: Steganography</title>
		<link>http://www.gohacking.com/2011/10/how-to-hide-data-in-image-audio-video-files-steganography.html</link>
		<comments>http://www.gohacking.com/2011/10/how-to-hide-data-in-image-audio-video-files-steganography.html#comments</comments>
		<pubDate>Thu, 27 Oct 2011 18:40:19 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[ENCRYPTION]]></category>
		<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4568</guid>
		<description><![CDATA[Ever wondered to know how to hide secret messages in images, audio and video files? Well, in this post I will take you through a concept called steganography using which, it is possible to hide your secret information ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4578" title="Hide-Data" src="http://www.gohacking.com/wp-content/uploads/2011/10/Hide-Data.jpg" alt="How to Hide Data in Images" width="112" height="104" />Ever wondered to know how to hide secret messages in images, audio and video files? Well, in this post I will take you through a concept called <em>steganography</em> using which, it is possible to hide your secret information in image files, songs or any other file of your choice. At the end of this post, you can also download free stegnographic tools and start hiding your data.</p>
<h2 style="text-align: justify;">What is Steganography?</h2>
<p style="text-align: justify;">Steganography is a means of obscuring data where secret messages are hidden inside computer files such as images, sound files, videos and even executable files so that, no one except the sender and the receiver will suspect the existence of stealth information in it. Steganography may also involve the usage of cryptography where the message is first encrypted before it is concealed in another file. Generally, the messages appear to be something else such as an image, sound or video so that the transfer of secret data remains unsuspected.</p>
<p style="text-align: justify;">The main advantage of steganography over other methods such as cryptography is that, it will not arose suspicion even if the files fall in the hands of a third party. Unlike cryptographic messages, stegnographic messages will no way attract the attention of a third party by themselves. Thus stegnanography has an upper hand over cryptography as it involves both encryption and obscurity.</p>
<h2 style="text-align: justify;">What are the Applications of Steganography?</h2>
<p style="text-align: justify;">Steganography is mainly used to obscure confidential information/data during storage or transmission. For example, one can hide a secret message in an audio file and send this to another party via email instead of sending the message in the textual format. The receiver on the other end will decrypt the hidden message using the private decryption key. In a worst case scenario, even if a third party does manage to gain access to the email, all he can find is the audio file and not the hidden data inside it. Other usage of steganography include digital watermarking of images for reasons such as copyright protection.</p>
<p style="text-align: justify;">Eventhough steganography has many useful applications, some may use this technique for illegitimate purposes such as hiding a pornographic content in other large files. Roumors about terrorists using steganography for hiding and communicating their secret information and instructions are also reported. An article claiming that, al-Queda had used steganography to encode messages in images and transported them via e-mails, was reported by New York Times, in October 2001.</p>
<h2 style="text-align: justify;">How do Steganography Tools Work?</h2>
<p style="text-align: justify;">Stegnography tools implement intelligent algorithms to carefully embed the encrypted text messages or data inside other larger files such as an image, audio, video or an executable file. Some tools will embed the encrypted data at the end of another file so that there will be enough room for storing larger data.</p>
<p style="text-align: justify;">There are many steganography tools available online but only a few are able to work flawlessly. I did not find any tool that worked perfectly on both small and large data. However I have  managed to develop my own tool that can work perfectly on all types of files and all size of data. The tool is called &#8220;<strong>Stego Magic</strong>&#8220;. You can download it from the following link.</p>
<p style="text-align: justify;"><div id='stb-container-6165' class='stb-container'><div id='stb-caption-box-6165' class='stb-download-caption_box stb_caption' >Download Stego Magic</div><div id='stb-body-box-6165' class='stb-download-body_box stb_body' ><a href="http://www.gohacking.com/downloads/resources/StegoMagic.zip">Download StegoMagic.zip</a></div></div></p>
<p style="text-align: justify;">The zip file contains two versions of <em>Stego Magic</em>: One for encrypting the text messages and the other for encrypting binary files. <em>StegoMagic_TXT</em> can be used to hide text messages in other files such as an image or a sound file. <em>StegoMagic_BIN</em> can be used to hide one binary file in another such as an executable file inside an image or an image inside a video file.</p>
<p style="text-align: justify;">With <em>Stego Magic</em>, there is no limitation on the size and type of the file that you are intending to hide. For example, you can hide a video of size 1 GB in an image of size 1 MB or hide an executable file inside a WORD document. The tool is pretty straightforward to use and requires no special understanding of the concept.</p>
<p style="text-align: justify;">At the end of the encryption process, a secret decryption key will be generated and the same is required during the decryption process.</p>
<h2 style="text-align: justify;">How to Use Stego Magic?</h2>
<p style="text-align: justify;">Suppose you want to hide a text message inside a JPG file:</p>
<p style="text-align: justify;">1. Place the JPG and the text file (.txt) in the same folder as that of <em>StegoMagic_TXT.exe</em></p>
<p style="text-align: justify;">2. Run <em>StegoMagic_TXT.exe</em> and follow the screen instructions to embed the text message inside the JPG image.</p>
<p style="text-align: justify;">3. Note down the <em>secret decryption key</em>.</p>
<p style="text-align: justify;">Now you can send this image to your friend via email. To decrypt the hidden message, your friend should load this JPG file onto the <em>Stego Magic</em> tool and use the <em>secret decryption key</em>.</p>
<p style="text-align: justify;">I hope you enjoy this post <img src='http://www.gohacking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . For queries and feedback, please pass your comments .</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4568&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/10/how-to-hide-data-in-image-audio-video-files-steganography.html/feed</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>How to Download YouTube Videos: Easiest Way</title>
		<link>http://www.gohacking.com/2011/08/how-to-download-youtube-videos.html</link>
		<comments>http://www.gohacking.com/2011/08/how-to-download-youtube-videos.html#comments</comments>
		<pubDate>Wed, 03 Aug 2011 17:04:07 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4551</guid>
		<description><![CDATA[YouTube is undoubtedly the most preferred website to share and watch favorite videos. Most users prefer to watch the videos online, while a few others like me, would like to download them so that, they can be saved and retained. Well, if you ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4553" title="Download YouTube Videos" src="http://www.gohacking.com/wp-content/uploads/2011/08/Download_YouTube_Videos1.jpg" alt="Download YouTube Videos" width="96" height="96" />YouTube is undoubtedly the most preferred website to share and watch favorite videos. Most users prefer to watch the videos online, while a few others like me, would like to download them so that, they can be saved and retained. Well, if you are one among those few who would like to download the videos from YouTube, then here is a way to do that.</p>
<p style="text-align: justify;">In fact, there are many ways to download videos from YouTube, but here in this post, I would like to share with you one of the easiest way to do that. This can be done as follows:</p>
<p style="text-align: justify;">1. Download and install the latest version of <a href="http://www.internetdownloadmanager.com/download.html" rel="nofollow" target="_blank">Internet Download Manager</a>.</p>
<p style="text-align: justify;"><em>Internet Download Manager</em> is a great add-on for your web browser which increases the download speed by 5 times. It also helps you to pause/resume and schedule your downloads. It has got a great interface and is user friendly. It works with most of the browsers including IE, Firefox, Chrome, Safari and Opera.</p>
<p style="text-align: justify;">2. After you complete the installation, just open your browser and start searching for your favorite video on YouTube. You will see the <strong>download button</strong> on top of the video using which you can download it instantly.</p>
<p><img class="alignleft size-full wp-image-4552" title="Download YouTube Videos" src="http://www.gohacking.com/wp-content/uploads/2011/08/Download_YouTube_Videos.jpg" alt="Download YouTube Videos" width="550" height="386" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: justify;">3. Click on the &#8220;Download this Video&#8221; button to save the video onto your computer. The downloaded video will be in the <strong>flash video format (.flv)</strong>.</p>
<p style="text-align: justify;">4. You can use <a href="http://www.videolan.org/vlc/" rel="nofollow" target="_blank">VLC Player</a> to play the downloaded video or use <a href="http://www.erightsoft.com/SUPER.html" rel="nofollow" target="_blank">SUPER</a> to convert it to your desired format.</p>
<p style="text-align: justify;">By using this trick, you can download almost all the buffering content on the Internet including videos from MySpace and Google. I hope you like this small post. Don&#8217;t forget to pass your comments. Enjoy <img src='http://www.gohacking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4551&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/08/how-to-download-youtube-videos.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Zemana Antilogger: Download Link with One Year Free License</title>
		<link>http://www.gohacking.com/2011/07/zemana-antilogger-download-link-with-one-year-free-license.html</link>
		<comments>http://www.gohacking.com/2011/07/zemana-antilogger-download-link-with-one-year-free-license.html#comments</comments>
		<pubDate>Fri, 29 Jul 2011 06:20:18 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4535</guid>
		<description><![CDATA[As announced earlier, I am posting the download link and license key for the Zemana Antilogger software. The license is valid for one full year right from the day of activation. This version of the ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4539" title="Zemana-AntiLogger" src="http://www.gohacking.com/wp-content/uploads/2011/07/Zemana-AntiLogger.jpg" alt="Zemana-AntiLogger" width="97" height="127" />As announced earlier, I am posting the download link and license key for the Zemana Antilogger software. The license is valid for <strong>one full year</strong> right from the day of activation. This version of the software that you&#8217;re about to download now is specially designed for our readers and contains the logo of GoHacking.com.</p>
<p style="text-align: justify;">If you&#8217;re unaware of what exactly Zemana Antilogger is, then please ready my <a href="http://www.gohacking.com/2011/07/zemana-antilogger-free-license-giveaway.html" target="_blank">previous post</a> that contains the required details. You can download this program from the following link:</p>
<div id='stb-box-5559' class='stb-download_box' ><a href="http://www.gohacking.com/downloads/ZemanaAntilogger.php" rel="nofollow">Zemana Antilogger Download</a></div>
<div id='stb-container-6641' class='stb-container'><div id='stb-caption-box-6641' class='stb-info-caption_box stb_caption' >License Key</div><div id='stb-body-box-6641' class='stb-info-body_box stb_body' ><strong>GOHACKING-ZAL-11</strong></div></div>
<p style="text-align: justify;"><strong> <div id='stb-container-8390' class='stb-container'><div id='stb-caption-box-8390' class='stb-warning-caption_box stb_caption' >Please Note</div><div id='stb-body-box-8390' class='stb-warning-body_box stb_body' ><strong>You will have to activate your copy of Zemana antilogger within 2nd of Aug 2011, after which the license key will become invalid for usage. Once you activate within the specified date, you can use this product for one full year, free of cost. </strong></div></div></strong></p>
<p>This program is fully compatible with <strong>Windows XP</strong> (SP2 or higher), <strong>Windows Vista</strong> (32bit &amp; 64bit) and <strong>Windows 7</strong> (32bit &amp; 64bit). I hope you all like this offer from GoHacking.com.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4535&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/07/zemana-antilogger-download-link-with-one-year-free-license.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Zemana Antilogger: Free License Giveaway</title>
		<link>http://www.gohacking.com/2011/07/zemana-antilogger-free-license-giveaway.html</link>
		<comments>http://www.gohacking.com/2011/07/zemana-antilogger-free-license-giveaway.html#comments</comments>
		<pubDate>Wed, 27 Jul 2011 09:42:42 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4520</guid>
		<description><![CDATA[I am glad to announce that Zemana has come forward to giveaway free licenses for it&#8217;s Antilogger program, exclusively for the readers of GoHacking.Com. Zemana Antilogger is the No.1 privacy software that can protect your ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I am glad to announce that <em><a href="http://www.zemana.com/" target="_blank">Zemana</a></em> has come forward to giveaway free licenses for it&#8217;s <em><strong>Antilogger</strong></em> program, exclusively for the readers of <span style="text-decoration: underline;"><strong>GoHacking.Com</strong></span>. Zemana Antilogger is the No.1 privacy software that can protect your computer by blocking all the known and unknown Internet threats. Zemana antilogger is a powerful way to protect your PC from malware and spyware programs that are widely spread all over the Internet.</p>
<p style="text-align: justify;">Unlike most antivirus softwares, Zemana antilogger does not rely on the signature based and file scanning approach. Rather it makes use of a unique technology to detect and shut down the malware and spyware programs just before they start their job.</p>
<p style="text-align: justify;">Today, hackers are constantly trying to intrude vulnerable systems with programs like keyloggers which are capable of recording each and every activity of your computer. But Zemana Antilogger is capable of combating any such keylogger and spy programs, thereby keeping hackers and intruders at bay.</p>
<p style="text-align: justify;">Zemana Antilogger is one stop solution to all of the security threats that your PC may come across. This program is fully compatible with Windows XP (SP2 or higher), Windows Vista (32bit &amp; 64bit) and Windows 7 (32bit &amp; 64bit).</p>
<p><img class="alignleft size-full wp-image-4525" title="Zemana_Antilogger" src="http://www.gohacking.com/wp-content/uploads/2011/07/Zemana_Antilogger1.jpg" alt="" width="550" height="250" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: justify;">I have already discussed about the usage of Zemana Antilogger in my previous post: <a href="http://www.gohacking.com/2010/10/how-to-protect-your-computer-from-keyloggers.html" target="_blank">How to Protect Your Computer from Keyloggers</a>. For more information on this product you can visit the Zemana Antilogger <a href="http://zemana.com/AntiloggerOverview.aspx" target="_blank">official website</a>.</p>
<p style="text-align: justify;"><strong>The free license giveaway for this program is scheduled on 29th July 2011 (coming Friday).</strong> I will post the download link along with the free license key which should be valid for one year.</p>
<p style="text-align: justify;"><strong>You will have to activate your copy of Zemana antilogger within 2nd of Aug 2011, after which the license key will become invalid for usage. Once you activate within the specified date, you can use this product for one full year, free of cost. </strong></p>
<p style="text-align: justify;">I hope you like this offer from GoHacking.com.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4520&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/07/zemana-antilogger-free-license-giveaway.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Install Windows 7 From a USB Drive</title>
		<link>http://www.gohacking.com/2011/06/how-to-install-windows-7-from-a-usb-drive.html</link>
		<comments>http://www.gohacking.com/2011/06/how-to-install-windows-7-from-a-usb-drive.html#comments</comments>
		<pubDate>Fri, 24 Jun 2011 12:37:34 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[USB HACKS]]></category>
		<category><![CDATA[WINDOWS 7 HACKS]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4448</guid>
		<description><![CDATA[Installing Windows from a USB flash drive has several advantages &#8211; First of all, the overall speed of the installation process will increase significantly, carrying a USB stick is much more convenient than a DVD, and ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4474" title="Windows-7-USB" src="http://www.gohacking.com/wp-content/uploads/2011/06/Windows-7-USB.jpg" alt="Windows-7-USB" width="150" height="92" />Installing Windows from a USB flash drive has several advantages &#8211; First of all, the overall speed of the installation process will increase significantly, carrying a USB stick is much more convenient than a DVD, and finally it becomes possible to install the OS even on those systems that do not have a DVD drive, such as a netbook.</p>
<p style="text-align: justify;">In this post, I will show you how to load the Windows installation on to your USB flash drive and make it bootable just like the DVD.</p>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">Tools Required:</span></strong></p>
<p style="text-align: justify;">1. USB flash drive with a minimum capacity of 4 GB.</p>
<p style="text-align: justify;">2. Windows 7 set-up DVD.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;"><font size="3">Step-1:</font></span></strong> Plug-in your USB flash drive and backup all the existing data in it.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><font size="3">Step-2:</font></strong></span> Open the command prompt. If you are using Windows 7/Vista then open it with administrator rights*.</p>
<p style="text-align: justify;">* Goto Start -&gt; All Programs -&gt; Accessories -&gt; Right-click on &#8220;Command Prompt&#8221; and select &#8220;Run as Administrator&#8221;.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><font size="3">Step 3:</font></strong></span> In the command prompt, type in the following command:</p>
<p><div id='stb-box-5570' class='stb-info_box' ><strong>
<pre>DISKPART</pre>
<p></strong></div><br />
This will start the <i>Microsoft DiskPart</i> utility as shown below:<br />
<img class="alignleft size-full wp-image-4452" src="http://www.gohacking.com/wp-content/uploads/2011/06/DiskPart.jpg" alt="Microsoft DiskPart" width="550" height="189" /></p>
<p>Now issue the following command:</p>
<p><div id='stb-box-9461' class='stb-info_box' ><strong>
<pre>LIST DISK</pre>
<p></strong></div><br />
This will show you a list of  available disks on your system. <strong>Disk 0</strong> is usually the hard disk. In my case, <strong>Disk 5</strong> is the USB drive (this can be a different one in your case). Now issue the command as shown below:<br />
<div id='stb-box-2292' class='stb-info_box' ><strong>
<pre>SELECT DISK 5</pre>
<p></strong></div><br />
<img class="alignleft size-full wp-image-4453" src="http://www.gohacking.com/wp-content/uploads/2011/06/Capture1.jpg" alt="Install Windows 7 from USB" width="450" height="270" /></p>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong>NOTE:</strong></span> In the above command, <strong>5</strong> is the USB drive number on my system. If you have a different number on your system, then you need to replace 5 with that number.</p>
<div>&nbsp;</div>
<p><span style="text-decoration: underline;"><strong><font size="3">Step-4:</font></strong></span> Now issue the following list of commands one by one as shown below:</p>
<p><div id='stb-box-3780' class='stb-info_box' >
<pre><strong>CLEAN</strong>

<strong>CREATE PARTITION PRIMARY</strong>

<strong>SELECT PARTITION 1</strong>

<strong>ACTIVE</strong>

<strong>FORMAT FS=NTFS QUICK</strong>

<strong>ASSIGN</strong>

<strong>EXIT</strong>
</pre>
<p></div><br />
<img class="size-full wp-image-4461" src="http://www.gohacking.com/wp-content/uploads/2011/06/Capture2.jpg" alt="Install Windows 7 from USB" width="450" height="456" /></p>
<p style="text-align: justify;">Minimize the command prompt and proceed to the next step.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><u><font size="3"><strong>Step 5:</strong></font></u> Insert the Windows 7/Vista installation disc and note down the &#8220;drive letter&#8221; of your DVD drive. In my case, it is &#8220;H:&#8221;. Now type the following list of commands as shown below:</p>
<p><div id='stb-box-7728' class='stb-info_box' >
<pre>
<p style="text-align: justify;"><strong>H: CD BOOT</strong>
<p style="text-align: justify;"><strong>CD BOOT</strong>
<p style="text-align: justify;"><strong>BOOTSECT.EXE /NT60 M:</strong>(NOTE: M: is your USB drive letter)
<p style="text-align: justify;"><strong>EXIT</strong>
</pre>
<p></div><br />
<img class="alignleft size-full wp-image-4469" src="http://www.gohacking.com/wp-content/uploads/2011/06/Capture3.jpg" alt="Win 7 from USB flash drive" width="450" height="202" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><font size="3"><strong><u>Step-6:</u></strong></font> Copy the contents of your Windows 7/Vista installation disk into the USB flash drive.</p>
<p style="text-align: justify;">That&#8217;s it! Your USB stick is now ready to boot and install the OS for you. Don&#8217;t forget to enable the &#8220;USB Boot&#8221; option and change the &#8220;boot priority to USB device from hard disk&#8221; in your BIOS settings.</p>
<p>I hope you like this post. Pass your comments to express your opinion. <img src='http://www.gohacking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4448&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/06/how-to-install-windows-7-from-a-usb-drive.html/feed</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>How to Hack Symbian S60 Phones to Install Unsigned Applications</title>
		<link>http://www.gohacking.com/2011/05/how-to-hack-symbian-s60-phones-to-install-unsigned-applications.html</link>
		<comments>http://www.gohacking.com/2011/05/how-to-hack-symbian-s60-phones-to-install-unsigned-applications.html#comments</comments>
		<pubDate>Sat, 28 May 2011 08:03:16 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[CELL PHONE HACKS]]></category>
		<category><![CDATA[HOW-TO GUIDES]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4434</guid>
		<description><![CDATA[If you own a Nokia Symbian S60 phone, you will most likely be aware of the fact that it is not possible to install applications on it unless they are signed using a valid certificate. ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4438" title="Hack Symbian S60 Phones" src="http://www.gohacking.com/wp-content/uploads/2011/05/Hack_Symbian_S60.jpg" alt="Hack Symbian S60 Phones" width="150" height="104" />If you own a Nokia Symbian S60 phone, you will most likely be aware of the fact that it is not possible to install applications on it unless they are signed using a valid certificate. Have you been trying to install applications on your S60 3rd or 5th edition phone but ending up getting a certificate error? At times, this can be really annoying; but here is a smart solution to this problem!</p>
<p style="text-align: justify;">Here in this post, I will show you how to hack your Symbian S60 3rd or 5th edition smartphone, so as to modify the phone&#8217;s firmware and completely bypass the mandatory signing requirement. So, once you are done with this one time hack, you should be able to install any compatible application including unsigned and those with an expired certificate.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>What is the Need for Signing Applications?</strong></p>
<p style="text-align: justify;">From the 3rd edition onwards, all the Symbian S60 applications need to be signed in order to ensure their integrity, so that it would not be possible for a third party to tamper with the application. Also, signing ensures that you always install applications from a trusted source.</p>
<p style="text-align: justify;">However, there are many freeware and beta applications that come unsigned as the developers cannot afford to buy a symbian certificate. Hence, it can be a real nightmare for the users who need to install such applications on their phones. So, here is a step-by-step procedure to hack your phone and permanently disable this security feature.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">1. Download <a href="http://www.gohacking.com/downloads/resources/HelloOX2.zip" rel="nofollow">HelloOX2 V2.03</a> or the latest version from the <a href="http://www.helloox2.com/" target="_blank">HelloOX2 Ofiicial Website</a>.</p>
<p style="text-align: justify;"><em>HelloOX2</em> is an excellent tool to hack Symbian S60 3rd, 5th and Symbian^3 smartphones which makes it possible to install a root certificate by gaining full access to the phone&#8217;s system files. With this capability, you can install anything you want on your phones without the need to worry about the annoying certificate error!</p>
<p style="text-align: justify;">2. The signed version of HelloOX2 demands for a donation and hence, only the unsigned version is available for free download. So, if you have the unsigned version, you need to sign it before installing on your phone. In order to sign any application, you need to have the certificate and the key file which can be obtained as follows:</p>
<ul>
<li style="text-align: justify;">Go to the <a href="http://www.shoujizu.net/en/" target="_blank">OPDA Website</a>, get registered and login to your account.</li>
<li style="text-align: justify;">Click on the &#8220;Apply Certificate&#8221; tab, enter the model number and the IMEI of your phone and then click on &#8220;Submit and Upload&#8221; button.</li>
<li style="text-align: justify;">It will usually take up 24 hours for your certificate and key file to be generated and uploaded. To check the status of your certificate click on &#8220;My Certificate&#8221; tab. If the certificate is ready for the download you will see something as follows:</li>
</ul>
<p><img class="alignleft size-full wp-image-4436" title="OPDA Certificate Status" src="http://www.gohacking.com/wp-content/uploads/2011/05/OPDA_Certificate2.jpg" alt="OPDA Certificate Status" width="550" height="115" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div>&nbsp;</div>
<ul>
<li style="text-align: justify;">Download the certificate and the key file on to your computer. Also <a href="http://www.gohacking.com/downloads/resources/SisSigner.zip" rel="nofollow">download the SisSigner</a> tool to sign your HelloOX2 application.</li>
<li style="text-align: justify;">Open the SisSigner, load the HelloOX2.sis, certificate and the key file as shown below and click on &#8220;Sign&#8221;. Leave the &#8220;Key File Password&#8221; field blank.</li>
</ul>
<p><img class="alignleft size-full wp-image-4437" title="SisSigner" src="http://www.gohacking.com/wp-content/uploads/2011/05/SisSigner.jpg" alt="SisSigner" width="445" height="298" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<ul>
<li style="text-align: justify;">Your HelloOX2 application is now signed and ready for the installation.</li>
</ul>
<p style="text-align: justify;">3. Install the signed HelloOX2 application on your phone and run it to start the hacking process, which is completely automatic. Within a minute your phone will be hacked. Once this is done, say goodbye to the annoying certificate error and install any application.</p>
<p style="text-align: justify;">I hope you like this post. Express your opinion through comments. Enjoy!!!</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4434&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/05/how-to-hack-symbian-s60-phones-to-install-unsigned-applications.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>4 Ways to Identify Safe Websites on the Internet</title>
		<link>http://www.gohacking.com/2011/05/4-ways-to-identify-safe-websites.html</link>
		<comments>http://www.gohacking.com/2011/05/4-ways-to-identify-safe-websites.html#comments</comments>
		<pubDate>Wed, 04 May 2011 18:02:59 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4391</guid>
		<description><![CDATA[
On the whole Internet, there are approximately more than 150 million active websites up and running. As a result, it often becomes a real challenge for the users to identify safe websites that are trustworthy ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4405" title="Safe Websites" src="http://www.gohacking.com/wp-content/uploads/2011/05/safe_websites.jpg" alt="Safe Websites" width="180" height="116" />
<p style="text-align: justify;">On the whole Internet, there are approximately more than 150 million active websites up and running. As a result, it often becomes a real challenge for the users to identify safe websites that are trustworthy and reputed. Have you ever wondered to know the reputation of a website before placing the order? Need to know whether a given website is child safe? Well, here are some of the ways to identify safe websites on the Web.</p>
<div>&nbsp;</div>
<p><strong>
<div style="font-size: 19px;">1. WOT or Web Of Trust (<a href="http://www.mywot.com" target="_blank">www.mywot.com</a>):</div>
<p></strong></p>
<p style="text-align: justify;">WOT is a great place to test the reputation of your favorite website. WOT gives real-time ratings for every website based on the feedback that it gets from millions of trustworthy users across the globe and trusted sources, such as phishing and malware blacklists. Each domain name is evaluated based on this data and ratings are applied to them accordingly. A snapshot of WOT ratings for <strong>gohacking.com</strong> is shown below:</p>
<p><img class="alignleft size-full wp-image-4404" title="WOT Ratings for Gohacking.com" src="http://www.gohacking.com/wp-content/uploads/2011/05/WOT-ratings_gohacking.com_.jpg" alt="WOT Ratings for Gohacking.com" width="550" height="200" /></p>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p style="text-align: justify;">As shown in the above snapshot, the reputation of each website is shown in terms of 4 components where green means excellent, yellow warns users to be cautious and red indicates potential danger.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Trustworthiness</strong> signifies the overall safety of the website. A poor rating may indicate that the site is associated with threats like Internet scams, phishing, identity theft risks and malware. For more information on phishing, you may refer my other post on <a href="http://www.gohacking.com/2011/05/how-to-identify-avoid-phishing-scams.html" target="_blank">how to identify and avoid phishing scams</a>.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Vendor reliability</strong> tells you whether a given site is safe for carrying out buy and sell transactions with it. An excellent rating indicates superior customer satisfaction while a poor rating indicates possible scam or bad shopping experience.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Privacy</strong> indicates about &#8220;to what extent the site respects the privacy of it&#8217;s users and protects their personal identity and data&#8221;.</p>
<div>&nbsp;</div>
<p style="text-align: justify;"><strong>Child Safety</strong> indicates whether the content of a given site is appropriate for children. Site contents like sexual material, nudity and vulgarity will have a poor <em>Child Safety</em> rating.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">In most cases, the WOT ratings are found to be highly accurate. To check the reputation of any given website, just visit <a href="http://www.mywot.com" rel="nofollow" target="_blank">www.mywot.com</a> type-in the address of your favorite website and click on &#8220;Check now&#8221;. This tool alone can tell you a lot about the reputation and safety level of a website. However, in addition to this, I am giving you another 3 handy tools to identify safe websites on the Web.</p>
<div>&nbsp;</div>
<p><strong>
<div style="font-size: 19px;">2. McCafee SiteAdvisor:</div>
<p></strong></p>
<p style="text-align: justify;">McCafee SiteAdvisor is a free tool that is available as a browser add-on. It adds safety ratings to your browser and search engine results. You can download it from <a href="http://www.siteadvisor.com/" target="_blank">www.siteadvisor.com</a>.</p>
<div>&nbsp;</div>
<p><strong>
<div style="font-size: 19px;">3. StopBadware:</div>
<p></strong></p>
<p style="text-align: justify;">Using this tool, you can check whether a given site is said to have involved in malware activity in the past. To check this, go to <a href="http://www.stopbadware.org/home/reportsearch" target="_blank" rel="nofollow">http://www.stopbadware.org/home/reportsearch</a> and enter the URL or domain name of a website and click on &#8220;Search Clearinghouse &#8221;. If the search does not return any result, that means the site was never involved in any of the malware activity in the past.</p>
<div>&nbsp;</div>
<p><strong></p>
<div style="font-size: 19px;">4. Google Pagerank:</div>
<p></strong></p>
<p style="text-align: justify;">Google PageRank is another great tool to check the reputation and popularity of a website. The PageRank tool rates every webpage on a scale of 1 to 10 which indicates Google&#8217;s view of importance of the page. If a given website has a PageRank of less than 3, then it is said to be less popular among the other sites on the Internet.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">However, PageRank will only tell you how much popular a given website is and has nothing to do with the safety level of a website. So, this tool alone cannot be used to evaluate a website&#8217;s safety and other factors.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">PageRank feature is available as a part of Google Toolbar. You can install Google Toolbar from <a href="http://www.google.com/intl/en_uk/toolbar/ie/index.html" rel="nofollow" target="_blank">http://www.google.com/intl/en_uk/toolbar/ie/index.html</a>.</p>
<div>&nbsp;</div>
<p style="text-align: justify;">I hope you like this article. Waiting for your comments&#8230;</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4391&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/05/4-ways-to-identify-safe-websites.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How to Identify and Avoid Phishing Scams</title>
		<link>http://www.gohacking.com/2011/05/how-to-identify-avoid-phishing-scams.html</link>
		<comments>http://www.gohacking.com/2011/05/how-to-identify-avoid-phishing-scams.html#comments</comments>
		<pubDate>Sun, 01 May 2011 12:52:11 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4394</guid>
		<description><![CDATA[Phishing is a form of social engineering technique used by hackers to gather sensitive information such as usernames, passwords and credit card details by posing as a trustworty person/organization. Since most online users are unaware of the ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4397" title="Phishing Scam" src="http://www.gohacking.com/wp-content/uploads/2011/05/Phishing_Scam.jpg" alt="Phishing Scam" width="180" height="107" />Phishing is a form of social engineering technique used by hackers to gather sensitive information such as usernames, passwords and credit card details by posing as a trustworty person/organization. Since most online users are unaware of the techniques used in carrying out a phishing attack, they often fall victims and hence, phishing can be very effective.</p>
<p style="text-align: justify;">With the dramatic increase in the number of phishing scams in the recent years, there has also been a steady rise in the number of people being victimized. Lack of awareness among the people is the prime reason behind such attacks. This article will try to create awareness and educate the users about such online scams and frauds.</p>
<p style="text-align: justify;">Phishing scams usually sends an email message to users requesting for their personal information, or redirects them to a website where they are required to enter thier personal information. Here are some of the tips that can be used to identify various phishing techniques and stay away from it.</p>
<div>&nbsp;</div>
<h2 style="text-align: justify;">Identifying a Phishing Scam</h2>
<div>&nbsp;</div>
<p style="text-align: justify;">1. Beware of emails that demand for an urgent response from your side. Some of the examples are:</p>
<ul style="text-align: justify;">
<li>You may receive an email which appears to have come from your bank or financial organization stating that &#8220;your bank account is limited due to an unauthorized activity. Please <span style="text-decoration: underline;"><em>verify your account</em></span> asap so as to avoid permanant suspension&#8221;. In most cases, you are requested to follow a link (URL) that takes you to spoofed webpage (similar to your bank website) and enter your login details over there.</li>
<li>In some cases, phishing emails may ask you to make a phone call. There may be a person or an audio response waiting on the other side of the phone to take away your credit cards details, account number, social security number or other valuable data.</li>
</ul>
<p style="text-align: justify;">2. Phishing emails are generally not personalized. Since they target a lagre number of online users, they usually use generalized texts like &#8220;Dear valued customer&#8221;, &#8220;Dear Paypal user&#8221; etc. to address you. However, some phishing emails can be an exception to this rule.</p>
<p style="text-align: justify;">3. When you click on the links contained in a phishing email, you will most likely be taken to a spoofed webpage with official logos and information that looks exactly same as that of the original webpages of your bank or financial organization. Pay attention to the URL of a website before you enter any of your personal information over there. Even though malicious websites look identical to the legitimate site, it often uses a different domain or variation in the spelling. For example, instead of <span style="color: #339966;"><strong>paypal.com</strong></span>, a phishing website may use different addresses such as:</p>
<ul>
<li style="text-align: justify;"><span style="color: #ff0000;"><strong>papyal.com</strong></span></li>
<li style="text-align: justify;"><span style="color: #ff0000;"><strong>paypal.org</strong></span></li>
<li style="text-align: justify;"><span style="color: #ff0000;"><strong>verify-paypal.com</strong></span></li>
<li style="text-align: justify;"><span style="color: #ff0000;"><strong>xyz.com/paypal/verify-account/ </strong></span></li>
</ul>
<div>&nbsp;</div>
<h2 style="text-align: justify;">Tips to Avoid Being a Victim of Phishing</h2>
<div>&nbsp;</div>
<p style="text-align: justify;">1. Do not respond to suspicious emails that ask you to give your personal information. If you are unsure whether an email request is legitimate, verify the same by calling the respective bank/company. Always use the telephone numbers printed on your bank records or statements and not those mentioned in the suspicious email.</p>
<p style="text-align: justify;">2. Don&#8217;t use the links in an email, instant messenger or chat conversation to enter a website. Instead, always type the URL of the website on your browser&#8217;s address bar to get into a website.</p>
<p style="text-align: justify;">3. Legitimate websites always use a secure connection (https://) on those pages which are intended to gather sensitive data such as usernames and passwords, account numbers or credic card details. You will see a lock icon <img src="http://windowshelp.microsoft.com/BetterWhenConnectedHelpWS/GetContent.aspx?assetID=270b1b5c-1151-4886-9994-901c2e4568b3&amp;documentSet=en-US&amp;renderKey=SIGNED1" alt="Picture of the Lock icon" /> in your browser&#8217;s address bar which indicates a secure connection. On some websites like paypal.com which uses an extended validation certificate, the address bar turns <span style="color: #339966;">GREEN</span> as shown below.</p>
<p style="text-align: justify;"><img class="alignleft size-full wp-image-4396" title="HTTPS Address Bar" src="http://www.gohacking.com/wp-content/uploads/2011/05/HTTPS_Address-Bar.jpg" alt="HTTPS Address Bar" width="269" height="35" /></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">In most cases, unlike a legitimate website, a phishing website or a spoofed webpage will not use a secure connection and does not show up the lock icon. So, absence of such security features can be a clear indication of phishing attack. Always double-check the security features of the webpage before entering any of your personal information.</p>
<p style="text-align: justify;">4. Always use a good antivirus software, firewall and email filters to filter the unwanted traffic. Also ensure that your browser is up-to-date with the necessary patches being applied.</p>
<p style="text-align: justify;">5. Report a &#8220;phishing attack&#8221; or &#8220;spoofed emails&#8221; to the following groups so as to stop such attacks from spreading all over the Internet:</p>
<p style="text-align: justify;">You can directly send an email to <a href="mailto:spam@uce.gov">spam@uce.gov</a> or <a href="mailto:reportphishing@antiphishing.org">reportphishing@antiphishing.org</a> reporting an attack. You can also notify the Internet Crime Complaint Center of the FBI by filing a complaint on their website: <a href="http://www.ic3.gov/" target="_blank" rel="nofollow">www.ic3.gov</a>.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4394&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/05/how-to-identify-avoid-phishing-scams.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

