File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed
modules/auxiliary/scanner/openvas Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1
- ##
2
- # openvas_gsad_login.rb
3
- ##
4
-
5
1
##
6
2
# This file is part of the Metasploit Framework and may be subject to
7
3
# redistribution and commercial restrictions. Please see the Metasploit
@@ -21,10 +17,13 @@ class Metasploit3 < Msf::Auxiliary
21
17
22
18
def initialize
23
19
super (
24
- 'Name' => 'OpenVAS gsad Web interface Login Utility' ,
25
- 'Description' => 'This module simply attempts to login to a OpenVAS gsad interface using a specific user/pass.' ,
26
- 'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ] ,
27
- 'License' => MSF_LICENSE
20
+ 'Name' => 'OpenVAS gsad Web interface Login Utility' ,
21
+ 'Description' => %q{
22
+ This module simply attempts to login to a OpenVAS gsad interface
23
+ using a specific user/pass.
24
+ } ,
25
+ 'Author' => [ 'Vlatko Kosturjak <kost[at]linux.hr>' ] ,
26
+ 'License' => MSF_LICENSE
28
27
)
29
28
30
29
register_options (
Original file line number Diff line number Diff line change 1
- ##
2
- # openvas_omp_login.rb
3
- ##
4
-
5
1
# This file is part of the Metasploit Framework and may be subject to
6
2
# redistribution and commercial restrictions. Please see the Metasploit
7
3
# web site for more information on licensing and terms of use.
Original file line number Diff line number Diff line change 1
- ##
2
- # openvas_otp_login.rb
3
- ##
4
-
5
1
# This file is part of the Metasploit Framework and may be subject to
6
2
# redistribution and commercial restrictions. Please see the Metasploit
7
3
# web site for more information on licensing and terms of use.
You can’t perform that action at this time.
0 commit comments