Skip to content

Commit 965efc9

Browse files
committed
Last touch up
1 parent ddee88b commit 965efc9

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

modules/auxiliary/scanner/openvas/openvas_gsad_login.rb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# openvas_gsad_login.rb
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -21,10 +17,13 @@ class Metasploit3 < Msf::Auxiliary
2117

2218
def initialize
2319
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
2827
)
2928

3029
register_options(

modules/auxiliary/scanner/openvas/openvas_omp_login.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# openvas_omp_login.rb
3-
##
4-
51
# This file is part of the Metasploit Framework and may be subject to
62
# redistribution and commercial restrictions. Please see the Metasploit
73
# web site for more information on licensing and terms of use.

modules/auxiliary/scanner/openvas/openvas_otp_login.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# openvas_otp_login.rb
3-
##
4-
51
# This file is part of the Metasploit Framework and may be subject to
62
# redistribution and commercial restrictions. Please see the Metasploit
73
# web site for more information on licensing and terms of use.

0 commit comments

Comments
 (0)