Sunday, 27 October 2013

Hack Facebook Chat History of Your friend





This is a simple and easy

Trick to Hack Facebook Chat
History. We can Hack Chat
History even if our Friends are
Offline.
To use this Trick follow the
simple steps given below br/>
1) Open Friends profile.
2) Right Click on the Poke and
Select Copy Link Location. Now
we have the ID in our
Clipboard.
3) This will exactly look like
span style=”color: red;”>


Go here


profile.php?id=XYZ
( where XYX can be any
numbers and this XYZ is
nothing but the ID).
4) Now in the Address Bar type
” javascript:Chat.openTab
(XYZ) ” (without qoutes) and
press Enter.
5) Now it’s done.
6) You can see full Chat History
now.
Enjoy.. Stay tuned with us also
don’t forget to hit like..
NOTE:-

This trick isn’t working in US,Chaina and some other Countries .

Working in India

Installing Android JellyBean On Pc


Things You Needed:-
1.Oracle VM VirtualBox :Download

2.Android x86 4.2 Image :Download

Instructions:

1.Install VirtualBox on your PC

2.Open VirtualBox and select New.In the dialog box enter the name as your wish and select
i)Type : Linux
ii)Version : Other Linux and select Next

3.In the next dialog box enter the memory size as your wish
Note:-Minimum 512Mb required for JellyBean
and select Next

4.In the next dialog box select create a virtual hard drive now. Then select VDI and select fixed or
dynamically allocated as your wishand create the
virtual drive

5.Select Virtual device and select settings, a dialog box appears. In the dialog box select i)Storage->Storage Tree->Empty
ii)In the attributes section select the Android 4.2 iso file you downloaded and check
Live Cd/Dvd, then click Ok

6.Then start the virtual device. In the screen select Install Android-x86 to hard disk.

7.In the next screen select Create/Modify Partition.

8.Then create a new primary bootable partition and select write. After finishing writing select quit.

9.Then install android in sda1 andselect type as ext3 , choose yes forinstalling grub.
10.After installing remove live iso from VirtualBox and reboot. Now you can boot into Android 4.2.2.

How to Crack Wifi Or Wireless Password



Hello Friends, today i will explain you how to crack Wifi or wireless password in just 10 to 15 minutes. In my previous articles i have explained the different wireless scanning tools and scanning wireless networks using NetStumbler. Today i will explain How to Hack or Crack Wifi Password. 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. I have also included the video at bottom of the post. So guys reaD.
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:  Download



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

All above steps in one screen shot:




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 theN Want to hack. To freeze the airodump screen HOLD the CNTRL key and Press C.
Now you will see something like this:
3.  SELECTING NETWORK FOR HACKING 




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".
As shown in this figure:



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. I usually make mine "Ben" because I can always remember it. Its simply because i love ben10....hhahahahaha :D

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. I 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. I'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 I 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, I can often crack the password in just a couple of minutes.

I am 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 check your iPhone Model & Other iPhone Status



Hey guys ,If you are using iPhone then you continuously fiddle everytime a new update is released to check what you are really have in order to download the full firmware files. Well you even sometimes what to know your IMEI number in order to check your factory unlock status or your baseband in order to see if you can easily unlock your iPhone or not.






Well now to get everything there is obviously a manual way by which you need to explore all those things using your iPhone and iTunes or you can be smart and use a simple tool from renowned developer ih8sn0w caller "f0recast".
F0recast is a simple tool that simply connects your iPhone and iTunes all together in order to get the whole information right in front of you in one screen.
Checking iPhone Serial Number & IMEI Number
Well if you want to check what is the serial number or IMEI number of your iPhone then this tool can easily show you all that stuff. You get to know your Serial Number, IMEI Number, ECID, Baseband Information used in order to unlock your iPhone, Bootloader and the best one is your iPhone Model.
Checking SHSH Blobs on Cydia for iPhone
Well recently the iOS 7 downgrading tutorial was released and I was really happy and I wanted to downgrade my iPhone for unknown reasons ;p but I didn't as I was not able to but that process requested you to have your SHSH Blobs saved on Cydia for earlier firmware version that you are thinking to migrate upon.
So currently on iPhone 4 was supported but still this till can even show you exactly which SHSH Blobs you currently have for your iPhone. So its pretty cool and can be really useful.
Checking if your iPhone is Jailbreakable & Unlockable
Well sometimes you directly want to see if your iPhone is Jailbreakable or Unlockable then this tool can come in handy, it can easily show you if your iPhone could be jailbreaked by checking firmware status online or it can be unlocked by checking the baseband status using Ultrasn0w so its easy and fast to detect the status.

So now as you can see this tool comes with many benefits and is available for free but you only need to make sure that your computer has iTunes installed in order to run this tool else it might show you some errors.
Download F0recast tool for Windows orMAC.
Now simply connect your iPhone to your computer and then run this tool.
As soon as you will run this tool you will see a simple tool windows open.
That's where you will see all your iPhone details pretty easily.
So guys this ends this tutorial, well I have embed below video that shows this tool in action, so guys have a look at below video and enjoy this tool.

Youtube Video