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