Firesheep su firefox ubuntu 10.04

Started by ghostdog, December 06, 2010, 03:31:41 AM

Previous topic - Next topic

ghostdog

Ciao Ragazzi
Per ora Firesheep esiste solo per windows e Mac, ma il Source code esiste e compilarlo e' facilissimo,
questo tutorial e' solo per ubuntu 10.04 e 10.10.

allora, prima bisogna scaricare il Source code cosi:

git clone https://github.com/codebutler/firesheep.git
cd firesheep
git submodule update --init


Ora nel vostro home directory un folder chiamato " Firesheep" sara' creato.

Ora dobbiamo scaricare questi Development Packages cosi:

sudo apt-get install autoconf libtool libpcap-dev libboost-all-dev libhal-dev xulrunner-1.9.2-dev

Ora costruiamo il nostro programma cosi:

./autogen.sh && make

Allora, adesso viene il bello,  se tutto va' bene, troverete un file chiamato: " firesheep.xpi"

si trova in un subdirectory : Firesheep/build/firesheep.xpi

Ora semplicemente apriamo il add-ons box di firefox e trasciniamo dentro il file " firesheep.xpi"

fate il restart di firefox e tutto dovrebbe andare bene.

*** Se qualcuno ha dei suggerimenti migliori, se sarei contento.***

raffaele

Ottima segnalazione, possiamo fare due cose... O compiliamo noi l'addon e lo rendiamo disponibile tramite repository, o cortesemente mi scrivi un how-to dettagliato in inglese da inserire sul sito ;)
raffaele@backbox:~$ Get root or die tryin'

clshack

Ciao benvenuto :D

oppure al posto di usare firesheep che è bello solo da vedere :D e funziona solo con (se non ricordo male) facebook, twtter si potrebbe usare hamster ;D oppure Xplico (da poco è uscita la versione 0.6.1) :D


ghostdog

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 https://github.com/codebutler/firesheep.git
    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

clshack

appena avrò tempo testerò questo tool :D

ghostdog

Quote from: ghostdog on December 06, 2010, 03:31:41 AM
Ciao Ragazzi
Per ora Firesheep esiste solo per windows e Mac, ma il Source code esiste e compilarlo e' facilissimo,
questo tutorial e' solo per ubuntu 10.04 e 10.10.

allora, prima bisogna scaricare il Source code cosi:

git clone https://github.com/codebutler/firesheep.git
cd firesheep
git submodule update --init


Ora nel vostro home directory un folder chiamato " Firesheep" sara' creato.

Ora dobbiamo scaricare questi Development Packages cosi:

sudo apt-get install autoconf libtool libpcap-dev libboost-all-dev libhal-dev xulrunner-1.9.2-dev

Ora costruiamo il nostro programma cosi:

./autogen.sh && make

Allora, adesso viene il bello,  se tutto va' bene, troverete un file chiamato: " firesheep.xpi"

si trova in un subdirectory : Firesheep/build/firesheep.xpi

Ora semplicemente apriamo il add-ons box di firefox e trasciniamo dentro il file " firesheep.xpi"

fate il restart di firefox e tutto dovrebbe andare bene.

*** Se qualcuno ha dei suggerimenti migliori, se sarei contento.***

OK people we have an update for Firesheep Linux Backbox.

I did compile the program and uploaded it for you all to use, its working perfectly, better than the windows version, you can download it from here :  http://www.megaupload.com/?d=3I3AUZNM

INSTRUCTIONS:

1) unpack the firesheep.tar.gz into your Home directory.
2) start firefox.
3) go to " File" and clic on " Open file" tab.
4) navigate to your Home directory , clic on Firesheep folder, look for a folder called " Build" , inside the Build folder you will find : "firesheep.xpi". Clic on it.
5) an Add-on installation window will appear, clic on " install" and restart Firefox.
6) when firefox starts, hit : Ctrl + Shift + s . firesheep will appear on your left side of the screen, open the settings button in the bottom and add websites of your choice, then hit " Start capturing".

Well that's it , enjoy sniffing .

GD

raffaele

raffaele@backbox:~$ Get root or die tryin'