0% found this document useful (0 votes)
159 views

Tutorial

This document provides instructions for downloading, compiling, and installing the Firesheep security plugin for Firefox on Ubuntu 10.04 or 10.10. It describes getting the source code from GitHub, installing necessary build tools like autoconf and libtool via apt-get, running autogen.sh and make to compile Firesheep, and dragging the resulting firesheep.xpi file into Firefox to install the plugin. It notes that the author had issues capturing traffic on their Dell laptop with an Intel wireless card, so success may vary by hardware.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
159 views

Tutorial

This document provides instructions for downloading, compiling, and installing the Firesheep security plugin for Firefox on Ubuntu 10.04 or 10.10. It describes getting the source code from GitHub, installing necessary build tools like autoconf and libtool via apt-get, running autogen.sh and make to compile Firesheep, and dragging the resulting firesheep.xpi file into Firefox to install the plugin. It notes that the author had issues capturing traffic on their Dell laptop with an Intel wireless card, so success may vary by hardware.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Install Firesheep on Ubuntu 10.04 or 10.

10
This morning I had a little bit of free time so I thought I’d (finally) check out the Firefox extension
Firesheep. The main website mentions that it isn’t supported for Linux, but the source code is available
and as it turns out very easy to compile. Below 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.

I’ve been having some issues in actually capturing data on my Dell D630 with an Intel Pro/Wireless
3945ABG card. It looks like this tool is often hardware specific, so your mileage may vary. I’d be
interested in anyone offering suggestions on getting it to capture properly on OS X 10.6 (macbook) or
Ubuntu 10.04+.

terjemahan

Pagi ini saya punya sedikit waktu luang jadi saya pikir saya akan (akhirnya) 
check out ekstensi Firesheep Firefox. Situs aslinya menyebutkan bahwa
tidak didukung untuk Linux, tetapi kode sumber yang tersedia
ternyata sangat mudah untuk mengkompilasi. Berikut adalah instruksi untuk men-
download,
kompilasi dan instalasi keamanan Firesheep plugin untuk Firefox.

Mendapatkan data
Anda harus mendownload kode sumber dari github, yang dapat dilakukan dengan
menggunakan dua perintah berikut:

git clone https://github.com/codebutler/firesheep.git


cd firesheep
git submodule update --init

Kedua perintah ini akan men-download kode yang diperlukan untuk mengkompilasi
Firesheep, dan menempatkannya ke dalam sebuah direktori baru bernama"firesheep".

Membangun Tools

Untuk mengkompilasi Firesheep di Ubuntu10.04 atau 10.10 Anda akan memerlukan paket
diinstalasinya.Cukup copy-paste daftar berikut paket ke terminal anda:

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


dev

Pada mesin saya ini cukup di pasang beberapa paket,dan sementara di website utama
Firesheep mendaftarkan 10.10 secara khusus,saya tidak punya masalah pada instalasi
10,04 saya.

MembangunFiresheep
sekarang Anda telah siap untuk mengkompilasi Firesheep. Jalankan perintah berikut dan
mudah-mudahan Anda tidak melakukan kesalahan:

./autogen.sh && make

Install Plugin
Jika semuanya baik-baik kemudian anda harus mencari file baru bernama 'firesheep.xpi' di
dalam subdirektori (yaitu; firesheep / membangun/).Cukup drag-and-dropfile tersebut ke
kotak dialog Anda Addons, restart Firefox dan selesai.

Saya sebenarnya sudah memiliki beberapa isu menangkap data Dell D630 saya dengan
kartu Intel Pro/Wireless 3945ABG.itu terlihat Seperti alat ini ,acapkali untuk menunjukan
hardware spesifik,sehingga sistem anda mungkin berbeda.saya berharap kepada
siapapun yang mau memberikan saran untuk menangkap baik pada OS10.6(macbook)X
atau Ubuntu 10,04+.

You might also like