components/checks/passive/common_files.rb in arachni-1.1 vs components/checks/passive/common_files.rb in arachni-1.2

- old
+ new

@@ -23,14 +23,15 @@ audited( path ) end def self.info { - name: 'Common files', - description: %q{Tries to find common sensitive files on the server.}, - elements: [ Element::Server ], - author: 'Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> ', - version: '0.2.3', + name: 'Common files', + description: %q{Tries to find common sensitive files on the server.}, + elements: [ Element::Server ], + author: 'Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> ', + version: '0.2.4', + exempt_platforms: Arachni::Platform::Manager::FRAMEWORKS, issue: { name: %q{Common sensitive file}, description: %q{ Web applications are often made up of multiple files and directories.