Thursday, December 3, 2009

Metasploit and Wifi - Lorcon Driver

Metasploit doesn't come pre-configured so that your wifi card will automatically work. I made the mistake earlier in thinking that it did .. foolish of me i know. Guess im paying for all those years with windows. Anyways here are the steps you need to get it up and running.

cd /tmp
svn co https://802.11ninja.net/svn/lorcon/trunk/ lorcon
"press p here"

cd lorcon
./configure
make
make install
cd ..
rm -rf lorcon

cd /pentest/exploits/framework3/external/ruby-lorcon2
ruby extconf.rb
make
make install

cp /usr/local/lib/liborcon2-2.0.0.so /usr/lib/

The last command had me a little stumped because ruby-lorcon was working fine, but by checking the paths i was able to figure it out rather quickly.

No comments:

Post a Comment