Force capture defaults to come from the data file

This commit is contained in:
Ashley Donaldson
2022-03-08 11:30:59 +11:00
parent e4f5d5a539
commit 0733f1e00e
+3 -3
View File
@@ -367,12 +367,12 @@ class Plugin::HashCapture < Msf::Plugin
def default_options
options = {
:ntlm_challenge => '1122334455667788',
:ntlm_domain => 'anonymous',
:ntlm_challenge => nil,
:ntlm_domain => nil,
:services => {},
:spoof_ip => nil,
:spoof_regex => '.*',
:srvhost => '0.0.0.0',
:srvhost => nil,
:http_basic => false,
:session => nil,
:ssl_cert => nil,