File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
modules/auxiliary/scanner/openvas Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ def initialize
13
13
super (
14
14
'Name' => 'OpenVAS OMP Login Utility' ,
15
15
'Description' => 'This module attempts to authenticate to an OpenVAS OMP service.' ,
16
- 'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ] ,
17
- 'License' => MSF_LICENSE
16
+ 'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ] ,
17
+ 'License' => MSF_LICENSE
18
18
)
19
19
register_options (
20
20
[
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ def initialize
13
13
super (
14
14
'Name' => 'OpenVAS OTP Login Utility' ,
15
15
'Description' => 'This module attempts to authenticate to an OpenVAS OTP service.' ,
16
- 'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ] ,
17
- 'License' => MSF_LICENSE
16
+ 'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ] ,
17
+ 'License' => MSF_LICENSE
18
18
)
19
19
register_options (
20
20
[
You can’t perform that action at this time.
0 commit comments