Skip to content

Commit

Permalink
Enable Metasploit Payloads file warning messages by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanusz-r7 committed Dec 8, 2023
1 parent 453c8d8 commit 337e486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/feature_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FeatureManager
name: METASPLOIT_PAYLOAD_WARNINGS,
description: 'When enabled Metasploit will output warnings about missing Metasploit payloads, for instance if they were removed by antivirus etc',
requires_restart: true,
default_value: false,
default_value: true,
developer_notes: 'Planned for default enablement in: Metasploit 6.4.x'
}.freeze,
{
Expand Down

0 comments on commit 337e486

Please sign in to comment.