From a212cd57e56bca631469d774a6fe8beffa34dfe6 Mon Sep 17 00:00:00 2001 From: Ashley Donaldson Date: Mon, 7 Mar 2022 15:12:34 +1100 Subject: [PATCH] HTTPS modules should use encryption --- plugins/capture.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/capture.rb b/plugins/capture.rb index 2faffee5a8..2dc355acb0 100644 --- a/plugins/capture.rb +++ b/plugins/capture.rb @@ -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'