Update ruby-lorcon path in wifun description

git-svn-id: file:///home/svn/framework3/trunk@5833 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2008-11-04 05:55:14 +00:00
parent 8ee55fb53c
commit 8bb6ffe64a
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class Metasploit3 < Msf::Auxiliary
'Name' => 'Wireless Test Module',
'Description' => %q{
This module is a test of the wireless packet injection system.
Please see external/msflorcon/README for more information.
Please see external/ruby-lorcon/README for more information.
},
'Author' => [ 'hdm' ],
@ -37,4 +37,4 @@ class Metasploit3 < Msf::Auxiliary
wifi.write("X" * 1000)
end
end
end