Quick way to hack SSL password   Requirements:  1. One Laptop Install BT-5  2.Working Wireless Lan Card and connected to any hotspot  3. SSLStrip installted  4. Etthercap installed  5.urlsniffer installed  6. aprspoof installed  7. Basic knowledge of linux and network  Note:  If you will try it using BackTrack-5 all will come pre-installed   Be aware —you can only sniff email addresses and passwords on the same  LAN, which means not on a remote computer outside the network.   Step 1:  In the first step we have to make sure that we are connected to a  Wifi network and scan the available online node by using any network  scanning software   Step 2:  One we know find the victim run this command and keep it running on  the shell. This command will spoof the ARP request towards your PC  arpspoof -i wlan0 -t 192.168.2.149 192.168.2.1  Explanation: aprspoof -i Network interface card IP-OF-VICTIM ROUTER-IP-ADDRESS  Where -i switch is to define the interface in my case I used wireless  so its ...