Saturday, 12 July 2014

Cell Phone Spy Software: How to Spy on Cell Phones (Amazing)



Is Someone Holding Secrets from You?
Reveal them All with the World’s Best Cell Phone Spy Software!
How to Spy on Cell phonesWith the advancement in the technology, cell phones have just turned themselves into powerful mini-computers having lot more features and capabilities than a conventional mobile telephone device. Even though technology has made life easier, there has also been a steady rise in the misuse of it. While some people use cell phones to exchange secret messages and maintain illicit relationships, many children also misuse cell phones for storing and watching inappropriate content. As a consequence, it becomes inevitable for people to spy on cell phones in order to investigate the truth about their partners and children.
Today, there exists hundreds of cell phone spy software applications on the market where many of them are nothing more than a crap. Some are good and only a few of them are the best. Also, each spy software has a different set of features and operating format which makes it hard for the novice users perhaps like you to make the right choice.
In order to help our readers find the best spy software, I have decided to give a thorough review of the TOP 2 best Selling cell phone spy software on the market.
1. Mobile Spy – (TESTED)

Mobile Spy Review

Mobile SpyMobile Spy is one of the best and most popular cell phone spy software out there on the market. It offers an effective means to monitor the target cell phone and record activities like phone calls, text messages, GPS location, emails, web activities and much more. All the monitoring/recording process takes place in a complete stealth mode, so that the target user never gets to know that he/she is under surveillance. Mobile Spy has every feature that a true spy software should have. This makes it a complete cell phone spying kit.

How Mobile Spy Works?

After your purchase, you can directly download the installation module onto the target cell phone. Installation takes only a few minutes (2-3 min approx). After the installation, each activity on the target phone is recorded and uploaded onto the Mobile Spy servers. You can login to your online account from your PC (or any computer in the world) to view the logs at any time. The logs contain Text messagesContacts List,Call HistoryGPS Locations and many other information as mentioned below.

Mobile Spy Features:

Here is a list of features that you get with Mobile Spy:
  • Live Control Panel – This is a wonderful feature that makes it possible to watch the live screen activities of the target cell phone just like a television.
  • Stealth Camera -With this feature, you can initiate the target phone to take a secret photo that you can view later through the control panel.
  • Record Phone Surroundings – Remotely record the activities of phone surroundings in the form of an audio clip.
  • Phone Call Logs – Each incoming and outgoing number is logged along with duration and time stamp.
  • SMS Logging – Records both incoming and outgoing SMS.
  • Phone Book Access – Gain access to all the contacts that is stored on the target cell phone’s memory.
  • Record Web Activity – The program records all web activities including emails, websites visited, Instant Messenger, YouTube and social media activity.
  • GPS Location Tracking – Track the exact location of the cell phone user at any given time.
  • Instant Alerts: – Get instant notification when the user conducts some prohibited actions on the target phone.
  • Application Blocking – You have the option to block certain applications from being accessed on the target cell phone.
  • Cell ID Tracking: – With this option, it is possible to track the phone’s location during the absence of GPS.
  • SMS Commands – Remotely send SMS commands to lock/unlock the phone usage or delete call history, SMS logs, photos and videos from the target phone at any time.
  • Remote Uninstall – With this feature, you can remotely uninstall the spy program any time you decide to stop spying.
  • 100% Undetectable – Operates in a complete stealth mode so that the presence of the spy software can never be detected.

Compatible Cell phones:

Mobile Spy is compatible with most types of phones currently available in the market including:
  • Android
  • Blackberry
  • Windows Mobile
  • iPhone
  • Symbian OS (old Nokia phones)
  • iPod and Tablets
You can download Mobile Spy from the following link:
 
2. mSpy - (TESTED)

mSpy Review:

mSPymSpy is one of the top rated cell phone monitoring software on the market which turns any compatible cell phone into a spy phone within minutes.
It offers a rich set of features that are sufficient for most parents and employers to monitor the activities of their children and employees.

How mSpy Works?

The working of mSpy is exactly same as that of Mobile Spy.

mSpy Features:

mSpy supports almost every feature that Mobile Spy offers. Additionally, it also supports the “Call Interception” feature (Listen to/Record actual calls LIVE on the target cell phone) which you do not get on Mobile Spy.
Call Interception (LIVE Call Listening/Recording): When the target cell phone is on the conversation, you will receive a secret SMS notification on your phone. At this time you can call the target phone to listen to the live conversation going on. This feature simply works like a 3-way conference call but takes place in a complete stealth mode and hence 100% undetectable!

Compatible Cell Phones:

  1. Android
  2. BlackBerry Phones
  3. Apple iPhones and iPads
You can download mSpy from the link below:
Below is a head-to-head comparison of features supported by these to spy programs.
Mobile Spy vs. mSpy:
Mobile Spy vs. mSpy
You may find more information and side-by-side comparison of popular cell phone spy software at iWebGUARD.com.

Which Cell Phone Spy Software to Choose?

Both Mobile Spy and mSpy offers all the necessary features to cover most areas of monitoring. However, Mobile Spy lacks the “Call interception” feature without which it is not possible to listen to LIVE phone conversations. On the other hand mSpy offers call interception feature but does not support Windows and Symbian phones.
Thus, if you are looking for advanced features like “call interception” and “call recording”, go for mSpy. If you need to spy on a Windows phone or a Symbian phone, then Mobile Spy is the best choice.
So, what are you waiting for? Go grab one of them from the links below:
Download Mobile Spy – for Android, BlackBerry, Windows and iOS phones
Download mSpy – for Android, BlackBerry and iOS phones

A Virus Program to Disable USB Ports

Virus to disable USB ports

In this post, I will show how to create a simple virus thatdisables the USB ports on the computer (PC). As usual, I am using my favorite C programming language to create this virus. Anyone with a basic knowledge of C language should be able to understand the working of this virus program.

Once this virus is executed it will immediately disable all the USB ports on the computer. As a result you’ll will not be able to use your pen drive or any other USB peripheral devices on the computer. The source code for this virus is available for download. You can test this virus on your own computer without any worries since I have also given a program to re-enable all the USB ports.

  1. Download the source code of the virus program on to your computer from the following link:

    The download contains the following 2 files:

    • block_usb.c (source code)
    • unblock_usb.c (source code)
  2. You need to compile them before you can run it. A step-by-step procedure to compile C programs is given in my post - How to Compile C Programs.

    3. Upon compilation of block_usb.c you get block_usb.exe which is a simple virus that will block (disable) all the USB ports on the computer upon execution (double click).

  3. To test this virus, just run theblock_usb.exe file and insert a USB pen drive (thumb drive). Now you can see that your pen drive will never get detected. To re-enable the USB ports just run the unblock_usb.exe  (you need to compile unblock_usb.c) file. Now insert the pen drive and it should get detected.

  4. You can also change the icon of this file to make it look like a legitimate program. For more details on this refer my post – How to Change the ICON of an EXE file (This step is also optional).

How it Works?

The idea behind the working of this virus is pretty straightforward. It works by gaining access to the Windows registry and modifying its settings to disable the USB device support on the computer.

On the other hand, the other program will re-set the registry settings back to the normal so that the support for USB devices is re-enabled. I hope you like this post. Please pass your comments.

Ways to Identify Safe Websites on the Internet

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 toidentify 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.

1. WOT or Web Of Trust (www.mywot.com):

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 gohacking.com is shown below:

WOT Ratings for a Safe Website

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.

  • Trustworthiness 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 how to identify and avoid phishing scams.

  • Vendor reliability 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.

  • Privacy indicates about “to what extent the site respects the privacy of it’s users and protects their personal identity and data”.

  • Child Safety indicates whether the content of a given site is appropriate for children. Site contents like sexual material, nudity and vulgarity will have a poor Child Safety rating.

In most cases, the WOT ratings are found to be highly accurate. To check the reputation of any given website, just visitwww.mywot.com type-in the address of your favorite website and click on “Check now”. 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.

2. McCafee SiteAdvisor:

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 fromwww.siteadvisor.com.

3. StopBadware:

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 SB Website Clearinghouse and enter the URL or domain name of a website and click on “Search Clearinghouse “. You will see the result something as shown below:

StopBadWare Search Results

If you see a Red or Yellow icon (as shown in the above snapshot) next to the search result, that means the site currently involves in some kind of malware activity. If you see an uncolored icon, that means the site was once involved in such activity in the past, but not now.

If the search does not return any result, that means the site was never involved in any of the malware activity in the past.

Even though StopBadware is a great option, this factor alone cannot be taken as a serious indicator to measure the reputation of a website. Many legitimate websites are also found to have been flagged due to hackers uploading malicious scripts and other bad content by compromising the site’s security.

4. Google Pagerank:

Google PageRank is another great tool to check the reputation and popularity of a website. The PageRank tool rates every web page on a scale of 1 to 10 which indicates Google’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.

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’s safety and other factors.

PageRank feature is available as a part of Google Toolbar. You can download the Google Toolbar and install it to avail this feature.

I hope this post has given you enough information to help identify safe websites on the Internet. Waiting for your comments…

Customize Google to Improve Search Results

Customize Google Search

Google is undisputedly the best search engine out there on the Internet, however there are a few ways by which you can customize Google and make it even better.

I have got 3 best free Firefox extensions using which you can customize Google by adding extra useful information to your search results and remove unwanted information like ads, spam and click tracking so as to improve the overall searching experience. The following are the 3 best extensions for Firefox using which you can improve the search results.

1. OptimizeGoogle:

Using OptimizeGoogle, you can get rid of text ads from Google search results, add links from about 10 other search engines, add position counter, product results and more. You can even filter your search results to see dead websites (using WayBack Machine) and remove click tracking so that you can search anonymously. Here is a list of some of the other useful features of this plugin:

  1. Use Google suggest (get word suggestion while typing)
  2. Add more security by using https wherever necessary
  3. Filter spammy websites from search results page
  4. Option to remove SideWiki
  5. Add links to bookmark your favorite result
  6. Add links to other news and product search sites

To install the plugin, just visit theOptimizeGoogle page from your Firefox browser and click on the Download button. Once installed, you can enable or disable the customization options from the Tools -> OptimizeGoogle Options.

After you customize Google to improve the search results, how about adding a feature that provides a way to preview the website in the search results itself? Here is a miracle Firefox extension to this job for us.

2.  SearchPreview:

SearchPreview (formerly GooglePreview) will insert thumbnail viewof the web page into the Google search results page itself so that you can take the guess work out of clicking a link. Just install the plugin, reload Firefox and you will have the SearchPreview at work. You can install this plugin from the following link:

OptimizeGoogle and SearchPreview have made our search results smarter and faster. Now how about safer? Well you have another Firefox plugin to make your search results safer as well. Here we go.

3. McAfee SiteAdvisor:

This is a free browser plugin that gives safety advice about websites on the search results page before you actually click on the links. After you install the SiteAdvisor plugin, you will see a small rating icon next to each search result, which will alert you about suspicious/risky websites and help you find safer alternatives. These ratings are derived based on various tests conducted by McAfee.

Based on the quality of links, SiteAdvisor may display Green, Yellow, Red or Grey icon next to the search results. Green means that the link is completely safe, Yellow means that there is a minor risk, Red means a major risk and Grey means that the site is not yet rated. These results will guide you to Web safety.

SiteAdvisor works on both Internet Explorer and Firefox which you can download from the following link:

Here is a snapshot of all the 3 plugins at work:

Custom Google Search Results

I hope you enjoy these 3 plugins which make your searching experience a lot more simpler and safer.

How to Bypass Right Click Block on Any Website

Bypass Right Click Block

You might remember an experience where you tried to right-click on a web page but got a pop-up message saying that the “right-click functionality has been disabled”. Sometimes you may be trying to copy an image or view the source of a web page but when the right-click is disabled, these things would seem impossible. Bank websites and other sites that require a secure transaction such as a payment gateway are the ones to impose this kind of limited functionality on their pages. In this post, I will show you the ways by which you can easily bypass right-click block feature on any website.

In order to block the right-click activity, most websites make use of JavaScript which is one of the popular scripting languages used to enhance functionality, improve user experience and provide rich interactive features. In addition to this, it can also be used to strengthen the website’s security by adding some of the simple security features such as disabling right-clickprotecting images, hiding or masking parts of a web page and so on.

How JavaScript Works?

Before you proceed to the next part which tells you how to disable the JavaScript functionality and bypass any of the restrictions imposed by it, it would be worthwhile for you to take up a minute to understand how JavaScript works.

JavaScript is a client side scripting language (in most cases), which means when loaded it runs from your own web browser. Most modern browsers including IE, Firefox, Chrome and others support JavaScript so that they can interpret the code and carry out actions that are defined in the script. In other words, it is your browser which is acting upon the instruction of JavaScript to carry out the defined actions such as blocking the right-click activity. So, disabling the JavaScript support on your browser can be a simple solution to bypass all the restrictions imposed by the website.

How to Disable the JavaScript?

Here is a step-by-step procedure to disable JavaScript on different browsers:

For Internet Explorer:

If you are using IE, just follow the steps below:

  1. From the menu bar, go to Tools -> Internet Options.
  2. In the “Internet Options” window, switch to Security tab and click on the button Custom level…
  3. IE Security Settings

  4. From the Security Settings, look for the option Active scripting and select theDisable radio button as shown above and click on “OK”.
  5. You may even select the Prompt radio button, so that each time a page is loaded, you will have the option to either enable or disable the scripting.

For Google Chrome:

If you are using Chrome, you can disable the JavaScript by following the steps below:

  1. Click on the Chrome “menu” button (on the top right corner) and select Tools.
  2. From the “Settings” page, click onShow advanced settings…
  3. Now under Privacy, click on the buttonContent settings…
  4. Chrome Content Settings

  5. Under the JavaScript, select the radio button which says “Do not allow any site to run JavaScript” and click on “Done”.

For Mozilla Firefox:

Steps to disable JavaScript on Firefox:

  1. From the menu bar, click on Tools -> Options.
  2. From the Options window, switch to Content tab, uncheck the option which says “Enable JavaScript” and click on “OK”.
  3. Firefox Content Options

How to Bypass the Right Click Block?

In order to bypass the right-click block or any other restriction imposed by JavaScript, all you need to do is just disable it in the browser and refresh the same page, so that it now reloads without JavaScript functionality. You are now free to right-click on the page, view its source or even copy any of the images that you may want to. Don’t forget to re-enable the JavaScript once again when your job is over. Otherwise lack of JavaScript support may result in unusual rendering of web pages.

How To Hack Orkut Account

How to Hack Orkut Account
Ever wondered how to hack Orkut account? Well, here are some of the ways through which you can gain access to Orkut account.

Google uses a 4 Level Orkut login feature which makes it difficult to hack it using brute force attack. Hence, it is almost impossible to use the brute force approach to gain access to Orkut account. Before we discuss on how to hack Orkut, let us take a look at the 4 level secure login feature of Orkut account.
First Level: Security-SSL or 128 bit secured connection.
Second Level: Orkut account checks for the presence cookie in the user’s system.
Third Level: Orkut provides a redirection to the entered user information.
Fourth Level: Orkut does not use conventional php/aspx/asp coding. So, it is impossible to hack Orkut using input validation attack!
So, it is not an easy task to hack Orkut by breaking this security! However, there are some people who still manage to gain access to other’s Orkut accounts. The question concerned is how they do it?
Many of them just use simple tricks that fool users by making them to leak out their password by themselves. Read on to discover the tricks used by hackers to hack Orkut account.

Ways to Hack Orkut Account:

1. Using a Keylogger is one of the Easiest Way to hack Orkut password. Keylogger programs can spy on what the user types on his/her computer keyboard. It operates in a complete stealth mode and thus remains undetected. Hence, the victim will never come to know about its presence on his/her computer.
After testing a number of keylogger programs, I recommend SniperSpy as the best. You can download it from the link below:
Download SniperSpy – works on both Windows and Mac
For more information on a keylogger program, including how to install and configure it can be found in my other post on How to Use Keyloggers?.
2. Phishing Attack is the most popular way of hacking/stealing other’s password. This attack works by using fake login pages (login pages that look exactly same as that of Orkut, but a fake one) to fool innocent users. When the users land on a fake login page, they enter their username and password thinking it to be the real one but actually, it is other way round. It submits all the entered details to the creator (usually the hacker) of the fake login page.
3. Orkut New Features Trick: Some websites on the Internet claims to offer many additional features for Orkut users. Usually, these websites will offer a login page from their own website and force users to login to their Orkut account from this page itself in order to gain access to the additional features. In fact, these websites are nothing more than a scam. They simply take away your login details when you enter your Orkut username and password on their pages. This is somewhat similar to that of phishing attack.
4. Community Links: Many times you are provided with a link to a community in the scrap. Read the link carefully, It may be something likehttp://www.okrut.com/Community.aspx?cmm=22910233 OKRUT not ORKUT. This is definitely a trap created by the hacker to hack your Orkut password. Clicking on this link will take you to a fake login page where you end up losing your password.
5. JavaScripts: You must have seen the circulating scraps that asks you to paste a certain code (javascript) onto your address bar. Well, sometimes these scripts will hijack your session by stealing your cookie. So, it is better to avoid running any unknown script from your orkut account.
So, I hope that this article will not only teach you how to hack Orkut, but also tell you how to protect your online accounts being hacked.