<?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; HOW-TO GUIDES</title>
	<atom:link href="http://www.gohacking.com/category/how-to-guides/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-8817' class='stb-container'><div id='stb-caption-box-8817' class='stb-download-caption_box stb_caption' >Download Stego Magic</div><div id='stb-body-box-8817' 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>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>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>
		<item>
		<title>How to Create Your Own Customized Run Commands</title>
		<link>http://www.gohacking.com/2011/04/how-to-create-customized-run-commands.html</link>
		<comments>http://www.gohacking.com/2011/04/how-to-create-customized-run-commands.html#comments</comments>
		<pubDate>Tue, 19 Apr 2011 16:37:04 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[WINDOWS 7 HACKS]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>
		<category><![CDATA[WINDOWS XP HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=4372</guid>
		<description><![CDATA[The Run command on Microsoft Windows operating system allows you to directly open an application or document with just a single command instead of navigating to it&#8217;s location and double-clicking the executable icon. However, it ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-4376" title="Run command" src="http://www.gohacking.com/wp-content/uploads/2011/04/Run_command.jpg" alt="Run command" width="100" height="60" />The <strong>Run command</strong> on Microsoft Windows operating system allows you to directly open an application or document with just a single command instead of navigating to it&#8217;s location and double-clicking the executable icon. However, it only works for some of the inbuilt Windows programs such as <em>Command prompt (cmd), Calculator (calc)</em> etc. So, have you ever wondered how to create your own customized Run commands for accessing your favorite programs, files and folders? Well, read on to find out the answer.</p>
<h2 style="text-align: justify;">Creating the Customized Run Command</h2>
<div>&nbsp;</div>
<p style="text-align: justify;">Let me take up an example of how to create a customized run command for opening the Internet explorer. Once you create this command, you should be able to open the Internet explorer just by typing &#8220;ie&#8221; (without quotes) in the Run dialog box. Here is how you can do that.</p>
<p style="text-align: justify;">1. Right click on your Desktop and select New -&gt; Shortcut.</p>
<p style="text-align: justify;">2. You will see a &#8220;Create Shortcut&#8221; Dialog box as shown below</p>
<p><img class="alignleft size-full wp-image-4373" title="Create Shortcut" src="http://www.gohacking.com/wp-content/uploads/2011/04/create_shortcut.jpg" alt="Create Shortcut" width="450" height="349" /></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>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p style="text-align: justify;">3. Click on &#8220;Browse&#8221;, navigate to: Program Files -&gt; Internet Explorer from your Root drive (usually C:\) and select &#8220;iexplore&#8221; as shown in the above figure and click on &#8220;OK&#8221;.</p>
<p style="text-align: justify;">4. Now click on &#8220;Next&#8221; and type any name for your shortcut. You can choose any name as per your choice; this will be your customized &#8220;Run command&#8221;. In this case I name my shortcut as &#8220;ie&#8221;. Click on &#8220;Finish&#8221;.</p>
<p style="text-align: justify;">5. You will see a shortcut named &#8220;ie&#8221; on your desktop. All you need to do is just copy this shortcut and paste it in your Windows folder (usually &#8220;C:/Windows&#8221;). Once you have copied the shortcut onto your Windows folder, you can delete the one on your Desktop.</p>
<p style="text-align: justify;">6. That&#8217;s it! From now on, just open the Run dialog box, type <strong>ie</strong> and hit <strong>Enter</strong> to open the Internet Explorer.</p>
<p style="text-align: justify;">In this way you can create customized Run commands for any program of your choice. Say &#8220;ff&#8221; for Firefox, &#8220;ym&#8221; for Yahoo messenger, &#8220;wmp&#8221; for Windows media player and so on. </p>
<p>To do this, when you click on &#8220;Browse&#8221; in the Step-3, just select the target program&#8217;s main executable (.exe) file which will usually be located in the C:\Program Files folder. Give a simple and short name for this shortcut as per your choice and copy the shortcut file onto the Windows folder as usual. Now just type this short name in the Run dialog box to open the program.</p>
<p style="text-align: justify;">I hope you like this post! Pass your comments.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=4372&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2011/04/how-to-create-customized-run-commands.html/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>How to Trace Mobile Numbers</title>
		<link>http://www.gohacking.com/2010/11/how-to-trace-mobile-numbers.html</link>
		<comments>http://www.gohacking.com/2010/11/how-to-trace-mobile-numbers.html#comments</comments>
		<pubDate>Mon, 22 Nov 2010 09:36:04 +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=3708</guid>
		<description><![CDATA[With the rapid growth of mobile phone usage in recent years, we have often observed that the mobile phone has become a part of many illegal and criminal activities. So in most cases, tracing the mobile number ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-3709" title="Trace Mobile Numbers" src="http://www.gohacking.com/wp-content/uploads/2010/11/Trace-Mobile-Numbers.jpg" alt="Trace Mobile Numbers" width="180" height="101" />With the rapid growth of mobile phone usage in recent years, we have often observed that the mobile phone has become a part of many illegal and criminal activities. So in most cases, tracing the mobile number becomes a vital part of the investigation process. Also sometimes we just want to trace a mobile number for reasons like annoying prank calls, blackmails, unknown number in a missed call list or similar.</p>
<p style="text-align: justify;">Even though it is not possible to trace the number back to the caller, it is possible to trace it to the location of the caller and also find the network operator. Just have a look at this page on <a href="http://en.wikipedia.org/wiki/Mobile_telephone_numbering_in_India" target="_blank">tracing Indian mobile numbers</a> from Wikipedia. Using the information provided on this page, it is possible to certainly trace any mobile number from India and find out the location (state/city) and network operator (mobile operator) of the caller. All you need for this is only the first 4-digit of the mobile number. In this Wiki page you will find all the mobile number series listed in a nice tabular column where they are categorized based on mobile operator and the zone (state/city). This Wiki page is updated regularly so as to provide up-to-date information on newly added mobile number series and operators. I have used this page many a time and have never been disappointed.</p>
<p style="text-align: justify;">If you would like to use a simpler interface where in you can just enter the target mobile number and trace the desired details, you can try this link from <a rel="no follow" href="http://www.numberingplans.com/?page=analysis&amp;sub=phonenr" target="_blank">Numbering Plans</a>. Using this link, you can trace <strong>any number in the world</strong>.</p>
<p style="text-align: justify;">By using the information in this article, you can only know &#8220;where&#8221; the call is from and not &#8220;who&#8221; the caller is. Only the mobile operator is able to tell you &#8221;who&#8221; the caller is. So if you&#8217;re in an emergency and need to find out the actual person behind the call, I would recommend that you file a complaint and take the help of police. I hope this information has helped you!</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3708&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/11/how-to-trace-mobile-numbers.html/feed</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>How to Protect Your Computer from Keyloggers</title>
		<link>http://www.gohacking.com/2010/10/how-to-protect-your-computer-from-keyloggers.html</link>
		<comments>http://www.gohacking.com/2010/10/how-to-protect-your-computer-from-keyloggers.html#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:21:40 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[INTERNET SECURITY]]></category>
		<category><![CDATA[PC SECURITY]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3683</guid>
		<description><![CDATA[Keyloggers have been a major problem today as it does not require any prior knowledge of computers to use it. So hackers mainly use keyloggers to steal your passwords, credit card numbers and other confidential ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-medium wp-image-1743" title="Protect from Keyloggers" src="http://www.gohacking.com/wp-content/uploads/2008/07/secure-keyloggers-hijackers-300x198.jpg" alt="Protect from Keyloggers" width="203" height="125" />Keyloggers have been a major problem today as it does not require any prior knowledge of computers to use it. So hackers mainly use keyloggers to steal your passwords, credit card numbers and other confidential data. Below are some methods through which you can protect your computer from keyloggers:</p>
<div> </div>
<h3>Use a Good Antivirus</h3>
<p style="text-align: justify;">This is the first and basic step that you need to take in order to protect your computer from keyloggers. Use a Good antivirus such as Kaspersky, Norton or Mcafee and update it regularly.</p>
<div> </div>
<h3>Use a Good Antispyware</h3>
<p style="text-align: justify;">Since keyloggers are basically spywares, if you are a frequent user of Internet then you could be exposed to thousands of keyloggers and spywares. So you should use a good antispyware such as <a href="http://www.gohacking.com/products/anti-spywares">NoAdware</a>.</p>
<div> </div>
<h3>Antilogger can be Handy</h3>
<p style="text-align: justify;">Antiloggers are programs that detect the presence of keyloggers on a given computer. Over past few years, I have tested a lot of anti-logging programs and have found <a rel="nofollow" href="http://www.zemana.com/" target="_blank">Zemana Antilogger</a> as the best antilogger.</p>
<p><strong>Zemana </strong></p>
<p style="text-align: justify;">Normally a keylogger can be easily detected by a Good Antivirus program, but hackers use some methods such as hexing, binding, crypting and similar techniques to make it harder to be detected by antivirus programs. In this case Zemana Antilogger comes handy as the program is specially developed to protect your system against harmful keyloggers.</p>
<p><img title="Zemana Antilogger" src="http://www.gohacking.com/wp-content/uploads/2010/10/Zemana-Antilogger.jpeg" alt="Zemana Antilogger" width="228" height="221" /></p>
<div> </div>
<h3>Online Scanning</h3>
<p style="text-align: justify;">When ever you receive a suspicious file, you scan it with online scanners such as <strong><a rel="nofollow" href="http://scanner2.novirusthanks.org/" target="_blank">Multi engine antivirus scanner</a></strong> which scans your file with 24 antivirus engines and reports it back to you if the file is recognized as a virus or spyware. This ensures that none of the malicious programs can escape from being detected as there are 24 different antivirus engines are involved in the scanning process.</p>
<div> </div>
<h3>Sandboxie</h3>
<p style="text-align: justify;"><a rel="nofollow" href="http://www.sandboxie.com/" target="_blank">Sandboxie</a> is another great program to help you protect your computer against harmful keyloggers and spywares. Sandboxie runs your computer in an isolated space which prevents your program from making permanent changes to other programs in your computer.</p>
<p style="text-align: justify;">When ever you receive a file that looks suspicious, just run the program with Sandboxie so even if it is a keylogger or any other virus it will not make permanent changes to your computer system.</p>
<p><img class="aligncenter size-full wp-image-3687" title="Sandboxie" src="http://www.gohacking.com/wp-content/uploads/2010/10/Sandboxie1.png" alt="Sandboxie" width="544" height="212" /></p>
<p>To run a program in Sandboxie follow the steps as mentioned below:</p>
<p><strong>1. </strong>Open sandboxie and click on <strong>sandbox</strong> menu on the top</p>
<p><strong>2. </strong>Now goto <strong>Default sandbox</strong></p>
<p><strong>3.</strong> Then click on <strong>run any program</strong></p>
<p><strong>4. </strong>Now select the file you wish to run in sandboxie and click open</p>
<div> </div>
<h3>Keyscrambler</h3>
<p style="text-align: justify;"><a rel="nofollow" href="http://www.qfxsoftware.com/" target="_blank">Keyscrambler</a> is one of the best protection against keyloggers that you can have, Keyscrambler is a small program which encrypts your typed keystrokes so even if the victim has installed a keylogger on your system, he or she will get encrypted keys. Keyscrambler currently supports Firefox, Internet explorer and other applications, however its premium version supports more than 160 applications.</p>
<p style="text-align: justify;">Hope you liked my post! Pass the comments.</p>
<p style="text-align: justify;"><div id='stb-box-1471' class='stb-grey_box' >This is a guest post by Rafay baloch who is an 18 year Computer engineering student, Ethical hacker, Tech blogger and an Internet marketer, He blogs at his blog <a href="http://www.rafayhackingarticles.blogspot.com/" target="_blank">Learn How to Hack</a> and he is the writer of the book &#8220;<a href="http://www.hacking-book.com/" target="_blank">A Beginners Guide To Ethical Hacking</a>&#8220;</div></p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3683&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/10/how-to-protect-your-computer-from-keyloggers.html/feed</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>How to Enable or Disable Hibernation in Windows 7</title>
		<link>http://www.gohacking.com/2010/09/how-to-enable-or-disable-hibernate-option-in-windows-7.html</link>
		<comments>http://www.gohacking.com/2010/09/how-to-enable-or-disable-hibernate-option-in-windows-7.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 09:16:01 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[HOW-TO GUIDES]]></category>
		<category><![CDATA[WINDOWS 7 HACKS]]></category>

		<guid isPermaLink="false">http://www.gohacking.com/?p=3650</guid>
		<description><![CDATA[Enabling or Disabling the &#8220;Hibernate&#8221; option in Windows 7 or Vista is not as simple as it used to be in Windows XP. For Windows 7 a different approach has to be followed to accomplish ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-3654" title="Hibernation" src="http://www.gohacking.com/wp-content/uploads/2010/09/Hibernation.jpg" alt="Hibernation" width="135" height="123" />Enabling or Disabling the &#8220;Hibernate&#8221; option in Windows 7 or Vista is not as simple as it used to be in Windows XP. For Windows 7 a different approach has to be followed to accomplish the same job. In this post you will find how to enable or disable the Hibernate option in Windows 7.</p>
<p style="text-align: justify;">Hibernation is a power saving option which was designed primarily for laptops. Unlike &#8220;sleep mode&#8221; which puts the open documents and files into the memory, hibernation puts all the open files and documents on to the hard disk and shuts down the computer without drawing even a small amount of power. Thus hibernation becomes an excellent way to save power and resume Windows back to the state where it was left off. If you really want to use this feature on Windows 7 then you need to enable this option. This can be done as follows.</p>
<p>1. Open the Command Prompt with &#8220;Administrator rights&#8221;. To do so, type <strong>cmd</strong> in Start menu and then hit <strong>Ctrl+Shift+Enter</strong>.</p>
<p>2. Now type the following command in the command prompt and hit <strong>Enter</strong>.</p>
<div id='stb-box-5617' class='stb-info_box' ><strong>powercfg /hibernate on</strong></div>
<p>3. Type <strong>exit</strong> and hit <strong>Enter</strong> to close the Command Prompt. Now you should see the &#8220;Hibernate&#8221; option in the Start menu. If not then perform the following steps.</p>
<p>A. Type <strong>Power Options</strong> in the Start menu and hit <strong>Enter</strong>.</p>
<p>B. In the left pane, open the link labeled “<strong>Change when the computer sleeps</strong>” and then open the link “<strong>Change advanced power settings</strong>”.</p>
<p>Now a small window will pop-up as shown below:</p>
<div><img class="aligncenter size-full wp-image-3653" title="Power-options" src="http://www.gohacking.com/wp-content/uploads/2010/09/Power-options.jpg" alt="Enable Hibernation" width="325" height="381" /></div>
<p>C. Now expand the <strong>Sleep</strong> tree and turn off <strong>Allow Hybrid Sleep</strong> as shown in the above screenshot.</p>
<p>D. Now you should see the Hibernate option in the Start menu.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=3650&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2010/09/how-to-enable-or-disable-hibernate-option-in-windows-7.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

