Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Install FireSheep In Linux (Tested Ubuntu 10.10) With Video
  • Corrosion
    Posts: 121
    Re-posted from: http://deauththis.com/forum/linux/%28tu ... ith-video/

    I am the original author

    Here are the steps you'll need to take to install firesheep in ubuntu 10.10


    sudo su root

    apt-get update
    apt-get install git
    apt-get install git-core

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


    Now enable all repositories by either uncommenting them in sources.list or by adding them in the package manager
    here is the line to do it in terminal


    nano /etc/apt/sources.list


    Install required packages


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


    Next you'll need to remove a line from the source code, you can edit it to something else, but many times
    it retuns and error, I find that deleting line 48 works best

    Find

    throw ex;

    in on line 48, note that line 72 also shows throw ex; do NOT edit that line.. only line 48


    nano backend/src/linux_platfrom.cpp


    Time to compile

    ./autogen.sh && make



    Run a few more commands


    apt-get install hal
    hald


    To add to firefox in the url bar goto

    /home/username/firesheep/build

    then run the firesheep.xpi file

    ok you've completed that, but now you have to install ettercap and its gui


    apt-get install ettercap
    apt-get install ettercap-gtk


    run ettercap in gui (case sensitive)

    ettercap -G


    on ettercap do

    Sniffing
    Unified sniffing

    Hosts
    Scan hosts
    Host List

    Target 1 should be router
    usually 192.168.1.1

    Target 2 is either a specific target or if you want to target all, do not set target two

    then goto
    MITM

    select arp

    [x] remote connections

    then goto start
    click start

    Now in firefox goto

    View

    Firesheep

    Hit the configure gear at the bottom,
    select your interface

    hit start...

    Then enjoy... it should work from there...

    VIDEO POSTED SOON
    DISTRO PRE-COMPILED UPLOADED SOON


    Enjoy, and dont do anything stupid

    Thanks out to hak5 team and...
    google
    https://github.com/codebutler/firesheep/issues#issue/8
    http://ubuntu-tutorials.com/2010/11/26/install-firesheep-on-ubuntu-10-04-or-10-10/

    EDIT

    Video : http://www.youtube.com/watch?v=PJ6UZWLQmRg

    EDIT

    Distro : http://www.kickasstorrents.com/corrosiv ... 90679.html
  • Xin
    Posts: 3,251
    Nice tutorial cant wait to see the video :)
    Xin
  • Sh3llc0d3
    Posts: 1,910
    Nice tutorial, I need to get back into making videos now I have a microphone again.
  • Corrosion
    Posts: 121
    Thanks guys, yeh this thing was a pain in the ass... but good'ol google pulled though for me :D
  • Corrosion
    Posts: 121
    Sorry to triple post...

    bump/link to download firesheep.xpi for linux

    Firesheep compiled for linux http://deauththis.com/forum/index.php?a ... iew;down=5

    Let me know if this works, I'll also be uploading a full linux distro with compat-wireless drivers/injection patches, this build was compiled on ubuntu linux 10.04.2 and the source was slightly modified to get rid of the damned cc error many users experience.