Skip to content

Commit 0eac170

Browse files
committed
Clean cfme_manageiq_evm_pass_reset
1 parent 0f56579 commit 0eac170

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/auxiliary/admin/http/cfme_manageiq_evm_pass_reset.rb

100755100644
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
##
2-
# This file is part of the Metasploit Framework and may be subject to
3-
# redistribution and commercial restrictions. Please see the Metasploit
4-
# web site for more information on licensing and terms of use.
5-
# http://metasploit.com/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
64
##
75

86
require 'msf/core'
@@ -31,13 +29,16 @@ def initialize
3129
['CWE', '89'],
3230
['URL', 'https://bugzilla.redhat.com/show_bug.cgi?id=959062']
3331
],
32+
'DefaultOptions' =>
33+
{
34+
'SSL' => true
35+
},
3436
'DisclosureDate' => 'Nov 12 2013'
3537
)
3638

3739
register_options(
3840
[
3941
Opt::RPORT(443),
40-
OptBool.new('SSL', [true, 'Use SSL', true]),
4142
OptString.new('USERNAME', [true, 'Your username']),
4243
OptString.new('PASSWORD', [true, 'Your password']),
4344
OptString.new('TARGETUSERNAME', [true, 'The username of the target account', 'admin']),

0 commit comments

Comments
 (0)