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 e435dce commit be4939bCopy full SHA for be4939b
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)
0 commit comments