We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79780d commit 11f9c01Copy full SHA for 11f9c01
lib/msf/core/rpc/v10/rpc_db.rb
@@ -115,16 +115,9 @@ def init_db_opts_workspace(xopts)
115
# @see #rpc_create_credential
116
# @example Here's how you would use this from the client:
117
# opts = {
118
- # origin_type: :service,
119
- # address: '192.168.1.100',
120
- # port: 445,
121
- # service_name: 'smb',
122
- # protocol: 'tcp',
123
- # module_fullname: 'auxiliary/scanner/smb/smb_login',
124
- # workspace_id: myworkspace_id,
125
- # private_data: 'password1',
126
- # private_type: :password,
127
- # username: 'Administrator'
+ # username: username,
+ # password: password,
+ # core_id: core_id
128
# }
129
# rpc.call('db.create_cracked_credential', opts)
130
def rpc_create_cracked_credential(xopts)
0 commit comments