Land #18704, Leverage the module metadata cache in the module_sets

This commit is contained in:
adfoster-r7
2024-02-02 14:16:46 +00:00
committed by GitHub
29 changed files with 356 additions and 244 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ module Msf
File.open(xindex.to_s, 'w+') do |f|
# need to add version line.
f.puts(Msf::Framework::Version)
framework.exploits.sort.each do |refname, mod|
framework.exploits.each_module do |refname, mod|
stuff = ''
o = nil
begin