Earlier quoted context omitted.
The encryption is between your client and the AP. Uaually everything after that is standard IP.
That's what I thought -- enough to protect against fellow wireless sharers, but not the hosting establishment or path through their ISP to a website.
Firesheep: Easy HTTP session hijacking from within Firefox
141–150 of 356 posts
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#142For anyone who has SSH access to a server (but not VPN) and is wondering what to do when you need some security in a pinch, here is a quick fix... Open an ssh connection to a server you have access to using something like the following: ssh -ND 8887 -p 22 rufus@12.120.186.8 where 8887 is the port on your laptop that you will tunnel through, -p 22 is the port the ssh server is on (22 is the default but I use a differe…
Silence Is Defeat provides SSH accounts for a small donation.
(I am not affiliated with them)
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#143Earlier quoted context omitted.
No, there are also wildcard certificates that match all subdomains, but are rather more expensive.
Wildcard certificates are available for USD $49.90 from StartSSL ( http://www.startssl.com/?app=40 ), which is rather more expensive than free, but shouldn’t be a hardship.
I admire their model of only charging for operations which require human intervention, like identity validation, but handing over that degree of documentation for that amount of time requires a lot of trust, not just of the company as it currently exists, but as it will exist in the far future.
If there was a way to validate organizations which wasn't layered on top of an earlier validation of an individual, or if their decentralized web-of-trust was usable for class 2/wildcard certs, I'd be a big fan.
As it is, there's no reason not to use Start for class 1, single-domain certs, for which the validation is automated and reasonable.
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#144Nice . A solid demonstration to show next time your webmaster doesn't want to set up SSL everywhere. That said, the current cartel-like setup of certificate authorities (protection money and everything!) makes SSL annoying and expensive if you want the browser to not have a fit. Especially for small-scale projects. But there's really no excuse for larger sites.
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#145Thanks to the EFF and the Tor Project we need not worry as much thanks to their HTTPS Everywhere project, a plugin for Firefox: http://www.eff.org/https-everywhere/ Any questions: http://www.eff.org/https-everywhere/faq
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#146Earlier quoted context omitted.
That's what I thought -- enough to protect against fellow wireless sharers, but not the hosting establishment or path through their ISP to a website.
No, you misunderstood. It's enough to protect you against random people sniffing wireless packets. Not other people that are on your network.
Are you suggesting that no generation of WEP or WPA protects against other authorized wireless users of the same AP, because they're "on your network"?
[rewritten completely to seek clarification]
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#147Earlier quoted context omitted.
That's what I thought -- enough to protect against fellow wireless sharers, but not the hosting establishment or path through their ISP to a website.
No, you misunderstood. It's enough to protect you against random people sniffing wireless packets. Not other people that are on your network.
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#148For anyone who has SSH access to a server (but not VPN) and is wondering what to do when you need some security in a pinch, here is a quick fix... Open an ssh connection to a server you have access to using something like the following: ssh -ND 8887 -p 22 rufus@12.120.186.8 where 8887 is the port on your laptop that you will tunnel through, -p 22 is the port the ssh server is on (22 is the default but I use a differe…
Also, remember that some programs don't respect the system's proxy settings and instead use their own. Firefox is one of those, you can find its proxy settings in "Advanced -> Network -> Settings"
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#149I guess the logging of raw wlan packets is a one-liner under linux? Does anybody know it?