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.
2 parents 6b216f2 + 384b250 commit 9fb445fCopy full SHA for 9fb445f
modules/auxiliary/scanner/ftp/ftp_login.rb
@@ -94,6 +94,7 @@ def run_host(ip)
94
workspace_id: myworkspace_id
95
)
96
if result.success?
97
+ credential_data[:private_type] = :password
98
credential_core = create_credential(credential_data)
99
credential_data[:core] = credential_core
100
create_credential_login(credential_data)
modules/auxiliary/scanner/telnet/telnet_login.rb
@@ -85,6 +85,7 @@ def run_host(ip)
85
86
87
88
89
90
91
0 commit comments