Ciao Clshack
Firesheep puo sniffare i logins di qualsiasi website, basta aggiungere i websites desiderati nell database, o' si aggiungono tramite script , o' dopo la compilazione aprendo i settings.
Comunque qui sotto c'e il How to in inglese, sono solo tre passi, poi una volta compilato e installato in firefox, si puo iniziarlo con : Ctrl+s.
HOW TO:
These are instructions for downloading, compiling and installing the Firesheep security plugin for Firefox.
Get the Source
You’ll need to download the source code from github, which can be done using the following two commands:
git clone newbielink:https://github.com/codebutler/firesheep.git [nonactive]
cd firesheep
git submodule update --init
These two commands will download the code required to compile Firesheep, putting the source into a new directory called “firesheepâ€.
Build Tools
To compile Firesheep on Ubuntu 10.04 or 10.10 you’ll need the following development packages installed. Simply copy-paste the following list of packages into your terminal:
sudo apt-get install autoconf libtool libpcap-dev libboost-all-dev libhal-dev xulrunner-1.9.2-dev
On my machine this installed quite a few packages, and while the main Firesheep website lists 10.10 specifically, I had no problems on my 10.04 installation.
Build Firesheep
You’re now ready to compile Firesheep. Run the following command and hopefully you’ll be able to build it without error:
./autogen.sh && make
Install the Plugin
If all is well you should find a new file called ‘firesheep.xpi’ in a subdirectory called build (ie; firesheep/build/). Simply drag-and-drop that file into your Addons dialog box, restart Firefox and you should be set.
GD