HTTPS modules should use encryption

This commit is contained in:
Ashley Donaldson 2022-03-07 15:12:34 +11:00
parent 9b7107a711
commit a212cd57e5
No known key found for this signature in database
GPG Key ID: 70277622B54D3BCE
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class Plugin::HashCapture < Msf::Plugin
'WPAD' => 'auxiliary/server/wpad',
}
encrypted = ['HTTPS','FTPS','IMAPS','POP3S','SMTPS']
encrypted = ['HTTPS_NTLM','HTTPS_Basic','FTPS','IMAPS','POP3S','SMTPS']
if config[:http_basic]
modules['HTTP'] = 'auxiliary/server/capture/http_basic'