We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b375d59 commit d9823d6Copy full SHA for d9823d6
resources/extract_module_info.rc
@@ -88,6 +88,7 @@ _, total_time = record_time do
88
targets: (
89
(mod.respond_to?(:targets) && mod.targets) ? mod.targets.map(&:name) : nil
90
),
91
+ auto_target: mod.respond_to?(:auto_target?) ? mod.auto_target? : nil,
92
path: mod.file_path.sub(/^#{Msf::Config.install_root}/, ''),
93
ref_name: mod.class.refname,
94
check: mod.has_check?,
0 commit comments