How to Backup your Iphone

By default your iPhone will automatically sync and create a backup each time your iPhone is connected to

How to Remove Facebook Timeline

So now you have reached here searching for how to remove this timeline feature . I’m not surprised because many of

How to improve Your mobile phone Signal

Wait, I can't hear you" is more than a smarmy catchphrase. It's also the enraged anthem of anyone

How to chat with your friends using command prompt

If you want to chat with your friends, you just have to know one thing, which is your friend's system's

How to Access Blocked Social Websites

The scenario has changed a lot over the past decade.Internet has grown into a vast resource and with

Friday, 29 June 2012

How to set up your new google android phone


You have to follow these steps:-
Step 1 – Insert SIM or Setup Wi-Fi :
The first step you need to perform is inserting your GSM SIM Card onto your device and making sure that the Network Tower Signals are displayed. If you do not want to insert your SIM before working around the contacts transfer then its suggested to setup Wi-Fi access because we need a Internet Connection to sync with online services. To setup Wi-Fi, You need to Press the ‘Home’ button, followed by pressing the ‘Menu’ button followed by Settings. Next you will have to Tap on the Wireless & networks > Wi-Fi settings. Tap on the Wi-Fi option to turn it ON. The phone will start searching for different wireless networks in its range and display a list of the same. Select the best one and enter the logins to get Internet access on your Phone.

Step 2 – Sync Google Account :
The second step is to Sync your device with your Google Account. You need a verified and working Google account using which you can synchronize the data on your device with the cloud . Hence you need to either use the current account or create a new one. To get started Tap on the ‘Settings’ > ‘Accounts and sync’ . Here you will find a option at the end called ‘Add account’. You need on tap on this option following which you will get a list of different services you can sync with like Facebook, Twitter, MySpace, Microsoft Exchange ActiveSync & Google.Enter the correct ID & Password following which the main services like Email, Backup Contacts, Calendar etc would be automatically synced. Once the Sync is completed you will be shown with a confirmation following which you can find a syncing icon on the top of your phone whenever data is being backed up.That’s it now you are ready to start using your Phone.


Sunday, 3 June 2012

How to hack Wifi or Wireless Password


We will explain you how to crack Wifi or wireless password in just 10 to 15 minutes. Today's hack will be based on cracking the WEP encryption password. So guys tighten your belts for new hack and lets start hack wifi.

STEPS TO HACK WIFI OR WIRELESS PASSWORD

1. Get the Backtrack-Linux CD. Backtrack Linux Live CD(best Linux available for hackers with more than 2000 hacking tools inbuilt).
Download Backtrack Linux Live CD from here: http://http://www.backtrack-linux.org/downloads/


2. SCAN TO GET THE VICTIM

Get the victim to attack that is whose password you want to hack or crack.
Now Enter the Backtrack Linux CD into your CD drive and start it. Once its started click on the black box in the lower left corner to load up a "KONSOLE" . Now you should start your Wifi card. To do it so type

airmon-ng

You will see the name of your wireless card. (mine is named "ath0") From here on out, replace "ath0" with the name of your card. Now type

airmon-ng stop ath0

then type:

ifconfig wifi0 down

then type:

macchanger --mac 00:11:22:33:44:55 wifi0

then type:

airmon-ng start wifi0

The above steps i have explained is to spoof yourself from being traced. In above step we are spoofing our MAC address, this will keep us undiscovered.

Now type:

airodump-ng ath0
Now you will see a list of wireless networks in the Konsole. Some will have a better signal than others and its always a good idea to pick one that has a best signal strength otherwise it will take huge time to crack or hack the password or you may not be able to crack it at all.
Once you see the networks list, now select the network you want to hack. To freeze the airodump screen HOLD the CNTRL key and Press C.
:
3. SELECTING NETWORK FOR HACKING

Now find the network that you want to crack and MAKE SURE that it says the encryption for that network is WEP. If it says WPA or any variation of WPA then move on...you can still crack WPA with backtrack and some other tools but it is a whole other ball game and you need to master WEP first.
Once you've decided on a network, take note of its channel number and bssid. The bssid will look something like this --

00:23:69:bb:2d:of

The Channel number will be under a heading that says "CH".

Now in the same KONSOLE window type:

airodump-ng -c (channel) -w (file name) --bssid (bssid) ath0


The file name can be whatever you want. This file is the place where airodump is going to store the packets of info that you receive to later crack. You don't even put in an extension...just pick a random word that you will remember. Let the word be ben.

Note: If you want to crack more than one network in the same session, you must have different file names for each one or it won't work. We usually name them as ben1, ben2 etc.

Once you typed in that last command, the screen of airodump will change and start to show your computer gathering packets. You will also see a heading marked "IV" with a number underneath it. This stands for "Initialization Vector" but in general terms all this means is "packets of info that contain characters of the password." Once you gain a minimum of 5,000 of these IV's, you can try to crack the password. We've cracked some right at 5,000 and others have taken over 60,000. It just depends on how long and difficult they made the password. More difficult is password more packets you will need to crack it.



4. Cracking the WEP password

Now leave this Konsole window up and running and open up a 2nd Konsole window.
In this window type:

aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:55 ath0

This will send some commands to the router that basically it is to associate your computer even though you are not officially connected with the password. If this command is successful, you should see about 4 lines of text print out with the last one saying something similar to "Association Successful :-)"
If this happens, then good! You are almost there.

Now type:
aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 ath0

This will generate a bunch of text and then you will see a line where your computer is gathering a bunch of packets and waiting on ARP and ACK. Don't worry about what these mean...just know that these are your meal tickets. Now you just sit and wait. Once your computer finally gathers an ARP request, it will send it back to the router and begin to generate hundreds of ARP and ACK per second. Sometimes this starts to happen within seconds...sometimes you have to wait up to a few minutes. Just be patient. When it finally does happen, switch back to your first Konsole window and you should see the number underneath the IV starting to rise rapidly. This is great! It means you are almost finished! When this number reaches AT LEAST 5,000 then you can start your password crack. It will probably take more than this but We always start my password cracking at 5,000 just in case they have a really weak password.

Now you need to open up a 3rd and final Konsole window. This will be where we actually crack the password.
Now type:
aircrack-ng -b (bssid) (filename)-01.cap

Remember the file name you made up earlier? Mine was "Ben". Don't put a space in between it and -01.cap here. Type it as you see it. So for me, I would type wepkey-01.cap
Once you have done this you will see aircrack fire up and begin to crack the password. typically you have to wait for more like 10,000 to 20,000 IV's before it will crack. If this is the case, aircrack will test what you've got so far and then it will say something like "not enough IV's. Retry at 10,000."
DON'T DO ANYTHING! It will stay running...it is just letting you know that it is on pause until more IV's are gathered. Once you pass the 10,000 mark it will automatically fire up again and try to crack it. If this fails it will say "not enough IV's. Retry at 15,000." and so on until it finally gets it.

If you do everything correctly up to this point, before too long you will have the password! now if the password looks goofy, dont worry, it will still work. some passwords are saved in ASCII format, in which case, aircrack will show you exactly what characters they typed in for their password. Sometimes, though, the password is saved in HEX format in which case the computer will show you the HEX encryption of the password. It doesn't matter either way, because you can type in either one and it will connect you to the network.

Take note, though, that the password will always be displayed in aircrack with a colon after every 2 characters. So for instance if the password was "secret", it would be displayed as:
se:cr:et

This would obviously be the ASCII format. If it was a HEX encrypted password that was something like "0FKW9427VF" then it would still display as:
0F:KW:94:27:VF


Just omit the colons from the password, boot back into whatever operating system you use, try to connect to the network and type in the password without the colons and presto! You are in!

It may seem like a lot to deal with if you have never done it, but after a few successful attempts, you will get very quick with it. If I am near a WEP encrypted router with a good signal, We can often crack the password in just a couple of minutes.

 Note that we are not responsible for what you do with this information. Any malicious/illegal activity that you do, falls completely on you because...technically...this is just for you to test the security of your own network.

How to host a website


A lot of people want to know how to host a website and search it in the web. It is very simple to learn the process of website hosting. At first you need to buy suitable domain name for your website which will be the primary URL of your website. You also need a server space to store your website files and for that you can buy space from paid hosting service or you can use some free web hosting services to host your files. Then you need to put your domain name to your hosting server. In order to do that, you should know the name servers of your hosting accounts. You can well get it from your web hosting provider. Once you have got the name servers, you need to go to your domain control panel. There you will get an option to manage DNS and you need to submit the name servers under that DNS manager. It may take up to 48 hours to point your domain name to your hosting space.

So now you need to play with your website files by creating and designing your website. If you already have the files, then you need to set up a FTP user in your hosting control panel. You also need a FTP client to upload your files however most web hosting providers have their own program to upload files. Though, it will be a lot easier to transfer your website files using a FTP client such as FileZilla. Install filezilla and login to your hosting space using your FTP login information. Apart from that, you have to find out the best hosting service in the industry which is your major duty. Once if you come to know how to host a site, that moment you will become a webmaster

How to make an XML document


An XML document can be thought of as an HTML document. However in the case of XML, you can define your own tag names, attributes and their values. XML documents can be created in a text editor (such as notepad) and saved with an .xml extension.

All valid XML documents must contain an XML declaration which is currently <?xml version="1.0"?>. Also a root element is needed. In this example the root element is <books>. The number of child elements within the root (in this case <book>) is unlimited.

<?xml version="1.0"?>
<books>
   <book>
 <title>OpenGL Programming Guide Fourth Edition</title>
 <location>107</location>
 <publisher>Addison-Wesley</publisher>
 <year>2004</year>
   </book>
   <book>
 <title>Curves and Surfaces for CAGD: A Practical Guide</title>
 <location>116</location>
 <publisher>Academic Press</publisher>
 <year>2002</year>
   </book>
   <book>
 <title>An Introduction to NURBS: With Historical Perspective</title>
 <location>120</location>
 <publisher>Academic Press</publisher>
 <year>2001</year>
   </book>
   <book>
 <title>NURBS: From Projective Geometry to Practical Use</title>
 <location>126</location>
 <publisher>A K Peters</publisher>
 <year>1999</year>
   </book>
</books>

How to secure a domain name



  You just have to follow these steps given below

1.   Go to a domain name registration website such as Register, Name Boy, or Go Daddy. There are many options of such websites and it does not matter which you choose, however, each company has its own perks. For instance Name Boy's prices may be cheaper, but Go Daddy and Register offer reduced price packages for hosting and web design with domain name sales.

2.   Type your desired domain name into the search window and choose its extension such as .com, .net, .org, .biz, or .info. If it is available you will be notified. If it is not available you may choose a different extension or try to think of different word combinations and synonyms for your idea. Some of the registration websites provide lists of possible domain names that are similar to your idea.

3.   Choose whether you want to purchase the domain name with an email or hosting package or just the name itself. Buying just the name may be cheaper but hosting and email options are often offered at a reduced rate when bought in conjunction with a domain name.

4.   Select for how long you want the domain name registered. Options range from a minimum of one year to a maximum of ten years depending on what registration website you use. Select whether you want to make the domain private (by hiding your contact information) for security reasons and proceed to check out.

5.   Wait a few days until the order has been processed and the DNS (Domain Name System) servers become active. To activate the domain, copy and paste your web hosting site's DNS servers (IP addresses or host names) into the DNS profile of your domain name provider.



How to delete your Google Browsing History


If you want to delete your google browsing history,you need to follow these steps given below:-

1. Go to the google homepage and sign into your account.
2. Click the dropdown menu next to your name in the upper-right hand corner of your screen.
3. Click accounts settings
4. Find the "Services section"
5. Under "Services" there is a sub-section that reads "View, enable, disable web history." Click the link next to it that reads: "Go to Web History."
6. Click on "Remove all Web History"
When you click on "Remove all Web History," a message appears that says " Web History is Paused." What this means is that while Google will continue gathering and storing information about your web history it will make all data anonymous, that is, Google will not associate your Web History information with your online accounts and will therefore be unable to send you customized search results.