Google serves almost 80 percent of all search queries on the Internet, proving itself as the most popular search engine. However Google makes it possible to reach not only the publicly available information resources, but also gives access to some of the most confidential information that should never have been revealed. In this post I will show how to use Google for exploiting security vulnerabilities within websites. The following are some of the hacks that can be accomplished using Google.
1. Hacking Security Cameras
There exists many security cameras used for monitoring places like parking lots, college campus, road traffic etc. which can be hacked using Google so that you can view the images captured by those cameras in real time. All you have to do is use the following search query in Google. Type in Google search box exactly as follows and hit enter
inurl:”viewerframe?mode=motion”
Click on any of the search results (Top 5 recommended) and you will gain access to the live camera which has full controls.
you now have access to the Live cameras which work in real-time. You can also move the cameras in all the four directions, perform actions such as zoom in and zoom out. This camera has really a less refresh rate. But there are other search queries through which you can gain access to other cameras which have faster refresh rates. So to access them just use the following search query.
intitle:”Live View / – AXIS”
Click on any of the search results to access a different set of live cameras. Thus you have hacked Security Cameras using Google.
2. Hacking Personal and Confidential Documents
Using Google it is possible to gain access to an email repository containing CV of hundreds of people which were created when applying for their jobs. The documents containing their Address, Phone, DOB, Education, Work experience etc. can be found just in seconds.
intitle:”curriculum vitae” “phone * * *” “address *” “e-mail”
You can gain access to a list of .xls (excel documents) which contain contact details including email addresses of large group of people. To do so type the following search query and hit enter.
filetype:xls inurl:”email.xls”
Also it’s possible to gain access to documents potentially containing information on bank accounts, financial summaries and credit card numbers using the following search query
intitle:index.of finances.xls
3. Hacking Google to gain access to Free Stuffs
Ever wondered how to hack Google for free music or ebooks. Well here is a way to do that. To download free music just enter the following query on google search box and hit enter.
“?intitle:index.of?mp3 eminem“
Now you’ll gain access to the whole index of eminem album where in you can download the songs of your choice. Instead of eminem you can subtitute the name of your favorite album. To search for the ebooks all you have to do is replace “eminem” with your favorite book name. Also replace “mp3″ with “pdf” or “zip” or “rar”.
4. Using Google, and some finely crafted searches we can find a lot of interesting information.
For Example we can find:
Credit Card Numbers
Passwords
Software / MP3′s
…… (and on and on and on) Presented below is just a sample of interesting searches that we can send to google to obtain info that some people might not want us having.. After you get a taste using some of these, try your own crafted searches to find info that you would be interested in.
Try a few of these searches:
intitle:”Index of” passwords modified
allinurl:authuserfile.txt
“access denied for user” “using password”
“A syntax error has occurred” filetype:ihtml
allinurl: admin mdb
“ORA-00921: unexpected end of SQL command”
inurl:passlist.txt
“Index of /backup”
“Chatologica MetaSearch” “stack tracking:”
Amex Numbers: 300000000000000..399999999999999
MC Numbers: 5178000000000000..5178999999999999
visa 4356000000000000..4356999999999999
“parent directory ” /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
“parent directory ” DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
“parent directory “Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
“parent directory ” Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
“parent directory ” MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
“parent directory ” Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
Notice that I am only changing the word after the parent directory, change it to what you want and you will get a lot of stuff.
METHOD 2
put this string in google search:
?intitle:index.of? mp3
You only need add the name of the song/artist/singer.
Example: ?intitle:index.of? mp3 jackson
METHOD 3
put this string in google search:
inurl:microsoft filetype:iso
You can change the string to watever you want, ex. microsoft to adobe, iso to zip etc…
“# -FrontPage-” inurl:service.pwd
Frontpage passwords.. very nice clean search results listing !!
“AutoCreate=TRUE password=”
This searches the password for “Website Access Analyzer”, a Japanese software that creates webstatistics. For those who can read Japanese, check out the author’s site at: coara.or.jp/~passy/ [or.jp]
“http://:@www” domainname
This is a query to get inline passwords from search engines (not just Google), you must type in the query followed with the the domain name without the .com or .net
“http://:@www” bangbus or “http://:*@www”bangbus
Another way is by just typing
“http://bob:bob@www”
“sets mode: +k”
This search reveals channel keys (passwords) on IRC as revealed from IRC chat logs.
allinurl: admin mdb
Not all of these pages are administrator’s access databases containing usernames, passwords and other sensitive information, but many are!
allinurl:authuserfile.txt
DCForum’s password file. This file gives a list of (crackable) passwords, usernames and email addresses for DCForum and for DCShop (a shopping cart program(!!!). Some lists are bigger than others, all are fun, and all belong to googledorks. =)
intitle:”Index of” config.php
This search brings up sites with “config.php” files. To skip the technical discussion, this configuration file contains both a username and a password for an SQL database. Most sites with forums run a PHP message base. This file gives you the keys to that forum, including FULL ADMIN access to the database.
eggdrop filetype:user user These are eggdrop config files. Avoiding a full-blown descussion about eggdrops and IRC bots, suffice it to say that this file contains usernames and passwords for IRC users.
intitle:index.of.etc This search gets you access to the etc directory, where many many many types of password files can be found. This link is not as reliable, but crawling etc directories can be really fun!
filetype:bak inurl:”htaccess|passwd|shadow|htusers” This will search for backup files (*.bak) created by some editors or even by the administrator himself (before activating a new version). Every attacker knows that changing the extenstion of a file on a webserver can have ugly consequences.
Let’s pretend you need a serial number for windows xp pro.
In the google search bar type in just like this – “Windows XP Professional” 94FBR
the key is the 94FBR code.. it was included with many MS Office registration codes so this will help you dramatically reduce the amount of ‘fake’ porn sites that trick you.
or if you want to find the serial for winzip 8.1 – “Winzip 8.1″ 94FBR
Credits and More Info http://johnny.ihackstuff.com
5.Crash a Computer using Flash and Google.
Open up a new flash document. Open up the Actions panel for the stage of the first frame. If it’s in Actionscript 2, write the following:
|
|
onEnterFrame = function () {
getURL(“http://www.google.com”, “_blank”); } |
Or if it’s actionscript 3 write the following:
|
|
function openGoogle(e:Event):void {
navigateToURL(“http://www.google.com”, “_blank”); } stage.addEventListener(Event.ENTER_FRAME, openGoogle); |
Press Control-Enter when you’re ready to crash your computer. What this does is repeatedly open up new tabs of Google. But it opens so many Google tabs every second that after maybe 20-30 seconds your computer will barely be able to respond to you mouse clicks or even mouse movements. Usually, any attempt to stop it will result in processing overload and cause the computer to freeze. The only real way to stop this is to force-quit BOTH flash.exe and iexplorer.exe. Some teachers may know enough to do this, but might accidentally close explorer.exe
hope you enjoyed this post. Pass your comments. Cheers!
very useful hacks, thanks for sharing these.
Dude, I tried out some of these and when I tried to access video cameras, the link I pressed totally crashed my computer. It wiped out my whole hard-drive!!!!
If it had then you wouldnt be at this site now. fibber
Hi,
I liked this article very much.
Thanks,
Srini
This post pretty much covered up all my questions, thx
Gr8 post you have up there. I will try the ebook and song hack asap.
@mad i just went to it and my computer is perfectly fine… guess you have some bad luck!
xcsc re grt tr 4e5t ef r64rt e5 634tf e jy u c se r3wytu ktgxdfg e5ety 54y
You did use google to find unprotected pages in the internet? You are a real hacker!!
Thanks bro..
thnks for the virus jackhole
Police would suspect the bank one, a bit risky IMO
nice tricks for google thanks for this..
waw its fantastic thanks alot
hey how do u fack someone s account
Very interesting stuff and really quite scary,in a world where everyone has to be on-line to do stuff it’s a bit of a worry.This is one of the main reasons that I don’t bank or buy stuff,but it’s good to know that we the little people can get our own back on big organisations.
Not very much useful. All the camera’s are not live, there just snapshots (photo’s). Alot of the stuff is useless & for me doesn’t work.
I would like to know how to use this search query…intitle:”Index of” passwords modified
allinurl:authuserfile.txt do i put my password in the search command somewhere? can someone show me example of how to make this search work for me.
How can you find specific web cameras? all the links that come up are cameras that have no affect to me.
Hiya, I am really glad I have found this info. Nowadays bloggers publish just about gossips and web and this is really irritating. A good site with exciting content, that is what I need. Thanks for keeping this website, I’ll be visiting it. Do you do newsletters? Cant find it.
great ideas.
56. Hey very cool web site!! Man .. Excellent .. Amazing .. I’ll bookmark your blog and take the feeds also…I am happy to find a lot of useful info here in the post, we need develop more techniques in this regard, thanks for sharing. . . . . .
your google search query is very helpful……i didnot know all of them.so thank you.
nice one
Hey dude cool but a question
My pc or phone IP ad will be not catch ?
Great – I should certainly pronounce, impressed with your site. I had no trouble navigating through all the tabs as well as related info ended up being truly easy to do to access. I recently found what I hoped for before you know it in the least. Reasonably unusual. Is likely to appreciate it for those who add forums or anything, website theme . a tones way for your customer to communicate. Excellent task..
Hello.Excellent post, really educational. I surprise why the opposite specialists in this sector do not recognize this. You must proceed your producing.Best regards from Italy.
Really you can hack it. I don’t think so. I tried it but it did nothing except asking for username and password.
73. I truly appreciate this post. I have been looking all over for this! Thank goodness I found it on Bing. You’ve made my day! Thank you again
You guys obviously do not understand what hacking means. It defiantely doesn’t mean going to a website with PUBLIC webcam-links gathered. > . <
I realise this isn’t a very good comment but it made me smile!
We were born naked, wet and hungry. Then things got worse.
necessary*
great now my identy can easily be stolen
awesome bro
I’m nonetheless studying from you, however I’m bettering myself. I definitely love reading every part that is written in your blog.Keep the stories coming. I liked it!
I can not choose this operate. Yes, it is not difficult, nevertheless am trapped.
Thank you so much pertaining to giving me personally an update on this topic on your web page. Please know that if a brand-new post appears or when any modifications occur on the current write-up, I would be interested in reading a lot more and learning how to make good using of those approaches you talk about. Thanks for your time and consideration of people by making this blog available.
Maintains me obtaining its way back. Saved with regard to extended term visits
Wow, amazing blog format! How long have you been running a blog for? you make blogging look easy. The full look of your site is great, let alone the content material!
heyy great content …any tips on how i can hack a facebook account ??
Link exchange is nothing else however it is ѕimply placing the othег person’s website link on your page at suitable place and other person will also do similar for you.
Have a look at my web page: howtohackfacebookaccountforfree.net how to hack facebook account from android
very interesting article..
i like very much
[...] http://www.aagneyam.com/blog/?p=551 [...]
[...] http://www.aagneyam.com/blog/?p=551 [...]
[...] never have been revealed. In this post I will show how to use Google for exploiting security vulnerabilities within websites. The following are some of the hacks that can be accomplished using [...]
[...] de : http://www.aagneyam.com/blog/?p=551 google, Hack, Hacker, HAcking, [...]
[...] * How to use Google for Hacking > http://www.aagneyam.com/blog/?p=551 [...]
[...] * How to use Google for Hacking > http://www.aagneyam.com/blog/?p=551 [...]
[...] access to documents potentially containing information on bank accounts, financial summaries and credit card numbers using the following search [...]