metasploit-framework/external/ruby-lorcon
HD Moore 1ea29ba8f0 Fixes #218. Updates the http password capture module. Removes a bogus makefile from the tree
git-svn-id: file:///home/svn/framework3/trunk@5452 4d416f70-5f16-0410-b530-b9f4589650da
2008-03-22 06:34:52 +00:00
..
Lorcon.c Raise a runtime error if the transmit fails 2007-10-09 04:12:13 +00:00
Lorcon.h Overhaul of the ruby-lorcon module to match pylorcon. 2007-09-28 06:51:32 +00:00
README Added SVN repo information 2006-12-10 08:21:15 +00:00
extconf.rb Patch froma A Sussex for allow extconf to build lorcon on debian 2007-03-29 13:52:31 +00:00
test.rb Fix the test case 2008-03-10 21:12:12 +00:00

README

This is an experimental interface for lorcon, a 802.11 library
developed by Joshua Wright and dragorn. This interface is only
available on Linux and with lorcon-supported wireless drivers.

For more information, please see the lorcon documentation and code:
http://www.802.11mercenary.net/lorcon/

The latest version of lorcon can pulled from SVN:
$ svn co https://www.nycccp.net/svn/tx-80211

To build this extension:
$ ruby extconf.rb
$ make
$ su
# make install