Skip to content

Commit d9823d6

Browse files
committed
Add auto target
1 parent b375d59 commit d9823d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/extract_module_info.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ _, total_time = record_time do
8888
targets: (
8989
(mod.respond_to?(:targets) && mod.targets) ? mod.targets.map(&:name) : nil
9090
),
91+
auto_target: mod.respond_to?(:auto_target?) ? mod.auto_target? : nil,
9192
path: mod.file_path.sub(/^#{Msf::Config.install_root}/, ''),
9293
ref_name: mod.class.refname,
9394
check: mod.has_check?,

0 commit comments

Comments
 (0)