Nice . 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.
Firesheep: Easy HTTP session hijacking from within Firefox
91–100 of 356 posts
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#92Re: Firesheep: Easy HTTP session hijacking from within Firefox
#93Has anyone checked the source code to check that the passwords aren't sent to the author's website? :)
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#94Earlier quoted context omitted.
I found the binary "firesheep-backend" in: ~/Library/Application Support/Firefox/Profiles/ .default/extensions/firesheep@codebutler.com/platform/Darwin_x86-gcc3 I ran both: ./firesheep-backend --fix-permissions and sudo ./firesheep-backend --fix-permissions and it still asks me to run it with "--fix-permissions". I guess it's time to go digging around in the source to try and find out what it wants me to do. EDIT: Af…
There is an another firesheep-backend at /firesheep-backend.dSYM/Contents/Resources/DWARF inside the Darwin folder. However this one wont run using ./ Any ideas?
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#95Here is a simple tutorial on how to set up an SSH Tunnel for Mac OS X http://bit.ly/cffjOY This way all your communication is encrypted
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#96"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?
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#97Has anyone checked the source code to check that the passwords aren't sent to the author's website? :)
Passwords are not a part of this... It's the session cookie, which is an entirely different matter. It's unique to the login process, so one compromised account isn't able to lead to compromising other websites. It's also time sensitive (generally) and so that hijacked cookie will expire. If he were collecting all this information, he wouldn't be able to do much with it.
It's very possible, given that the extension seemingly captures HTTP requests/responses. If passwords are sent or received in plaintext, then they can be captured.
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#98Re: Firesheep: Easy HTTP session hijacking from within Firefox
#99Earlier quoted context omitted.
Am I the only one who thinks this is spoon feeding the script kiddies to cause mayhem?
Well, hopefully it will then convince companies to properly secure their websites and actually protect users.
Re: Firesheep: Easy HTTP session hijacking from within Firefox
#100Nice . 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.
SSL is bad for the environment because it requires far more server side hardware... Well, I'm only partially serious about the environment thing, the question is, how can internet companies make it commercially viable to use SSL for everything? The added hardware and power costs make each user way more expensive, possibly to the point where they may not actually be worth it. An alternative is to bind the user's sessi…
Regarding IPs, there's a bigger issue here. People are used to being able to shut their laptop at home and open it back up at work without having to re-authenticate all their browser tabs. If you filter by IP this breaks. SSL requires no changes to user behavior.