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 be4939b commit 384b250Copy full SHA for 384b250
modules/auxiliary/scanner/telnet/telnet_login.rb
@@ -85,6 +85,7 @@ def run_host(ip)
85
workspace_id: myworkspace_id
86
)
87
if result.success?
88
+ credential_data[:private_type] = :password
89
credential_core = create_credential(credential_data)
90
credential_data[:core] = credential_core
91
create_credential_login(credential_data)
0 commit comments