Skip to content

Commit 136cc0a

Browse files
Update modules/auxiliary/scanner/http/xorcom_completepbx_diagnostics_file_read.rb
Co-authored-by: jheysel-r7 <[email protected]>
1 parent 131ce6c commit 136cc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/xorcom_completepbx_diagnostics_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def initialize(info = {})
4242
[
4343
OptString.new('TARGETURI', [true, 'Base path of the CompletePBX instance', '/']),
4444
OptString.new('USERNAME', [true, 'Username for authentication', 'admin']),
45-
OptString.new('PASSWORD', [true, 'Password for authentication', 'admin']),
45+
OptString.new('PASSWORD', [true, 'Password for authentication' ]),
4646
OptString.new('TARGETFILE', [true, 'File to retrieve from the system', '/etc/passwd'])
4747
]
4848
)

0 commit comments

Comments
 (0)