Sha256: bb293c03d9d374a8bada68eb66a75a6aa5505228bd8574bc769a47e869f6dcec
Contents?: true
Size: 302 Bytes
Versions: 11
Compression:
Stored size: 302 Bytes
Contents
module CMSScanner module Controller # InterestingFiles Controller class InterestingFiles < Base def run findings = target.interesting_files(mode: parsed_options[:detection_mode]) output('findings', findings: findings) unless findings.empty? end end end end
Version data entries
11 entries across 11 versions & 1 rubygems