13
0
Fork 1

git-svn-id: https://dedected.org/svn/trunk@80 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624

This commit is contained in:
dkemp 2009-02-24 16:49:39 +00:00
parent bd5f7662c5
commit 9daae2ceaa
1 changed files with 2 additions and 4 deletions

View File

@ -10,8 +10,7 @@ class Metasploit3 < Msf::Auxiliary
'Name' => 'DECT Call Scanner', 'Name' => 'DECT Call Scanner',
'Version' => '$revision$', 'Version' => '$revision$',
'Description' => %q{ 'Description' => %q{
This module scans for active DECT This module scans for active DECT calls, it does not do recording yet.
calls, it does not do recording yet.
}, },
'Author' => 'Author' =>
['DK <privilegedmode@gmail.com>'], ['DK <privilegedmode@gmail.com>'],
@ -25,8 +24,7 @@ calls, it does not do recording yet.
register_options( register_options(
[ [
OptString.new('VERBOSE',[false,'Be OptString.new('VERBOSE',[false,'Be verbose.',true])
verbose.',true])
], ],
self.class self.class
) )