There are probably going to be a lot of people negatively affected by this for quite some time to come. One thing to point out is that there are grades of things. There is "public", and then there is "top hit on Google". Similarly, there is "insecure" and then there is "simple doubleclick tool to facilitate identity theft". How many millions of dollars and man hours is it going to take to lock down every access point…
People have been doing this for years already with tools like Wireshark. The only thing the app he has released does it to draw a massive amount of attention to the already existing problem. I say superb. Brilliant effort. Well done. Hopefully more people will stop stupidly sending session cookies over unsecured channels now.
Firesheep: Easy HTTP session hijacking from within Firefox
171–180 of 356 posts
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#172Earlier quoted context omitted.
Good thing GMail has SSL enabled by default ;)
Yup, they're one of our examples of a "good" setup. However, Google leaks iGoogle and some other things (Latitude, address book, reader, ...)
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#173Earlier quoted context omitted.
Yes, assuming you know the password to connect to the network. Otherwise no.
This is incorrect. Traffic on an access point using WPA2 + AES is not sniffable without significant cryptanalysis or use of exploits.
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#174For 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…
The Pandaboard[1] looks like a good fit, but the instructions to install a Linux distro are a bit scary [2]. I guess I could do it, from my Mac, but I'm a bit afraid to mess things up with the low-level disk utilities.
Does someones sells SD cards with a distro pre-installed? Or an equivalent device with an easier setup?
If not, there's probably a market for that...
[2] http://omappedia.org/wiki/OMAP_Pandroid_Main#Getting_Started
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#175Re: Firesheep: Easy HTTP session hijacking from within Firefox
#176Nice . 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.
HTTPS also needs distinct IP addresses for distinct hostnames, so that the HTTP handshake, in which the Host: header appears, is already protected by an encrypted channel. No more having multiple websites on one IP address.
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#177"Double-click on someone, and you're instantly logged in as them." Ouch. I think it's time to set up that VPN I've been putting off...
Am I the only one who thinks this is spoon feeding the script kiddies to cause mayhem?
It almost makes me angry that websites like Facebook and Twitter don't force all traffic over https. They've got the money and the expertise. They just don't care if your account gets sniffed and taken over at a web cafe.
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#178Earlier quoted context omitted.
http://silenceisdefeat.com/ Silence Is Defeat provides SSH accounts for a small donation. (I am not affiliated with them)
I provide ssh accounts on 2 VPSs (and growing), free of charge. http://nipl.net/ http://ai.ki/
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#179SSL requires a unique IP per hostname, correct? Maybe this will be what actually ends up getting IPv6 going... :)
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#180Earlier quoted context omitted.
This vulnerability (it hurts to even call it such at this point) has been around for years, and the attack has always been easy for a determined attacker to carry out. How else are we going to convince people to secure their sites and protect their users? People have been presenting on this issue for years (Ferret & Hamster, Blackhat 2007) and companies haven't responded/cared. It's possible to solve this problem (Gm…
Definitely, I guess as a uni student, I'm worried about the majority of non-technical students who are going to have their sessions hacked and have no clue what hit them and cannot setup proxies/tunnels. I'm not saying this isn't the site's fault. They definitely need a wake-up call.