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 580e2b3 + 32b978d commit a02dff9Copy full SHA for a02dff9
lib/msf/core/feature_manager.rb
@@ -59,8 +59,8 @@ class FeatureManager
59
name: DEFER_MODULE_LOADS,
60
description: 'When enabled will not eagerly load all modules',
61
requires_restart: true,
62
- default_value: false,
63
- developer_notes: 'Needs a final round of testing. Can be enabled after 6.4.0 is released.'
+ default_value: true,
+ developer_notes: 'Enabled in Metasploit 6.4.x'
64
}.freeze,
65
{
66
name: SMB_SESSION_TYPE,
0 commit comments