Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Friday, February 24, 2012

Google Tricks



Here are some Google tricks for you to access some cameras, pages and do some cool stuff. :)



--------------------------------

1st Trick:
Viewing Still Security Cameras Using Google 
Open Google And type :

inurl:"viewerframe?mode=motion"

In the Search Bar and search,  open any results shown to see other's Security Cameras !!

2nd Trick:
Viewing Motion Security Video Cameras Using Google 
Open Google And type :

intitle:"Live View / - AXIS"

In the Search Bar and search,  open any results shown to see other's online Video Cameras .

3rd Trick:
Unspidered Sites Using Google
Open Google And type :

"robots.txt" "disallow:" filetype:txt

In the Search Bar and search,  open any results shown to see hidden Webpages .

4th Trick:
Frontpage User Info Using Google 
Open Google And type :

inurl:_vti_pvt "service.pwd"

In the Search Bar and search,  open any results shown to dee other's FrontPage User Info.

5th Trick:
PHP Photo Album Hack Using Google 
Open Google And type :

inurl:"phphotoalbum/upload"

In the Search Bar and search,  open any results shown to upload/see/download other's Photo Albums .

6th Trick: 
VNC User INFO Using Google 
Open Google And type :

"vnc desktop"inurl:5800

In the Search Bar and search,  open any results shown to make Bruteforce Attack to access other computers.

7th Trick:
Accessing Printers Using Google 
Open Google And type :

inurl:"port_255" -htm

In the Search Bar and search,  open any results shown to see/configure print any Documents on other Network Printers .

8th Trick:
PHP Admin Account Hack Using Google 
Open Google And type :

intitle:PhpMyAdmin "Welcome to phpMyAdmin"***" "running on * as root@*"

In the Search Bar and search,  open any results shown to go to somebody's webpage admin accounts.


(It can also be called as hacking since you exploit other’s website contents.) ^____^
read more

Monday, February 20, 2012

Simple Trick on Microsoft Word

This trick will make your Microsoft Word show random text. :)

Steps:

1. Open your Microsoft Word.

2. Type the code below:
=rand(200,99)

3. Hit Enter and you will see something like this. :)



Have fun! :)


read more

Simple PC Trick (Run Commands)

Run this commands and see what it opens. :)

Steps:

1. Press the Start button.

2. Open "Run"



3. Type the following:

3. a Period "."

3.b. Double period ".."

3.c. Triple period "..."

(Note: you will type the period itself not the world "peroid".)

4. Click open and see the result.

So simple yet amazing. :)


read more

Make Your Notepad Write On Its Own

How to make notepad write on its own?
Follow this steps and you'll see your notepad writing by itself. :)


Steps:
1. Open notepad

2. Copy this scripts in notepad:

set wshshell = wscript.CreateObject ("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.sleep 500
WshShell.SendKeys "ell"
Wscript.Sleep 500
WshShell.SendKeys "0"

This will make notepad type Hello. You can make your own custom message by replacing the letters between the " " signs with the one you want.

3. Now save the file. Type the name of the file with the extension .vbs and make sure that File Type is All Files not text file.

4. Double click it and notepad will start typing letters. 

Enjoy! :)
read more

Make a Custom Welcome Message on Windows

This tutorial is about making a custom welcome message for your computer during start up.

Steps:

1. Open your notepad and copy paste this code:
Dim speaks, speech
speaks="Hello User! Welcome back to your computer. Have a nice day"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

2. Change User with your own name. You can also change everything inside " ". Then save it on your desktop as welcomevoice.vbs
(Note: File Type should be "All Files" and the extension should be .vbs)

3. Now, go to Start Menu then All Programs, look for Startup folder and move the script on your Startup folder. 




4. Now restart your system to test. Enjoy! :)

read more