# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "Openfiler" do @author = "Brendan Coles " # 2012-09-06 @version = "0.1" @description = "Openfiler is an Open Source Network Attached Storage and Storage Area Network Solution." @website = "http://www.openfiler.com/ " # Default Login # openfiler/password # Default Port # 446 (HTTPS) # Matches # @matches = [ # /uptime.html { url: "/uptime.html", text: '
' }, # /uptime.html { url: "/uptime.html", text: '' }, # / # Version Detection { version: /

Distro Release: <\/strong>Openfiler [EN]SA ([^\s]+)/ }, # / # GUI Version Detection { string: /GUI Version: <\/strong>([^<^\s]+)<\/p><\/div>/ }, # / # Year Detection { string: /© 2001 - (2[\d]{3}) Openfiler<\/a>\. All rights reserved\.
/ }, ] end