# 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 "Lyris-ListManager" do @author = "Brendan Coles " # 2011-03-21 @version = "0.1" @description = "Lyris ListManager email marketing software is a secure, installed solution with email deliverability and reporting" @website = "http://www.lyris.com/solutions/listmanager/" # Google results as at 2011-03-21 # # 233 for inurl:lyris.pl filetype:pl # Dorks # @dorks = [ 'inurl:lyris.pl filetype:pl' ] # Matches # @matches = [ # Version Detection # HTML Comment { version: // }, # Version Detection # HTML Comment { version: //, offset: 2 }, # OS Detection # HTML Comment { os: //, offset: 1 }, # hidden input { regexp: /]+">/ }, # Server is currently unavailable { text: '

This Lyris ListManager Server is currently unavailable.
' }, # Menu HTML { text: 'Main Menu
' }, ] end