Git Product home page Git Product logo

firesheep's Introduction

Firesheep

A Firefox extension that demonstrates HTTP session hijacking attacks.

Created by:

Contributors:

Building

Start by grabbing the code using Git. If you're planning to contribute, fork the project on GitHub.

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

See instructions for your platform below. When done, an xpi will be created inside the build directory. Load the extension into Firefox by dragging it into the Addons dialog.

Mac OS X

  1. Install boost using Homebrew (brew install boost).
  2. Download and extract the Mozilla SDK. You'll probably want the i386 Gecko 1.9.2 download.
  3. Run autogen, specifying the path where you extracted the Mozilla SDK to (./autogen.sh --with-xulrunner-sdk=/path/to/sdk).
  4. Run make!

If you're using 10.6 (Snow Leopard) and xpidl complains about libIDL, copy everything in contrib/osx/ to ~/lib/.

Ubuntu Linux (10.10 Maverick)

  1. Install build dependencies (sudo apt-get install autoconf libtool libpcap-dev libboost-all-dev libhal-dev xulrunner-1.9.2-dev).
  2. Run ./autogen.sh then make.

Windows

This has so far only been tested on Windows XP (32-bit), however the binaries work fine on Windows 7 too. If you can help simplify this process please let me know.

  1. You'll need Microsoft Visual Studio 2005. The express edition should work too, but this hasn't been tested. Newer versions of Visual Studio should also work, but the Makefiles might need a bit of tweaking. Patches in this area greatly appreciated.
  2. Install Cygwin, selecting the following packages: automake-1.11, gcc-g++.
  3. Install BoostPro. Choose Visual C++ 8.0 and Multithreaded debug, static runtime.
  4. Install WinPcap.
  5. Download and extract the Mozilla SDK (Gecko 1.9.2).
  6. From a Cygwin command prompt: Run autogen, specifying the path where you extracted the Mozilla SDK to (./autogen.sh --with-xulrunner-sdk=/path/to/sdk) then run make!

firesheep's People

Contributors

codebutler avatar crash avatar mickflemm avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.