SSL strip with http and https
I used Wireshark to set up a wireless network. A Cisco wireless access point has 12 access points as indicated in the IEEE 802.11a standard. When choosing what channel to use it is possible to use Wireshark to determine how much latency time there is in a channel. Some protocols take longer than other protocols and use the network more intensively. A few years ago, I was using a wireless bridge at a church to connect the main building and a second building. We were wondering why a computer could access a web page but could not access our SQL server. We used Wireshark to determine that the SQL protocols are more intensive than web traffic. I have played around with SSL strip and noticed that either adds or r eplaces http with https or the reverse . For example, should a person log into Facebook with http instead of https we can get access to what they send across as their password. The lock item appears so they be...