# coding: ascii-8bit # 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 ## # Version 0.2 # 2011-02-25 # # Updated version detection ## WhatWeb::Plugin.define "Mihalism-Multi-Host" do @author = "Brendan Coles " # 2010-08-28 @version = "0.2" @description = "An easy image hosting solution for everyone." @website = "http://www.mihalism.com/product/mmh/" # Google results as at 2010-08-28 # # 355 for "powered by Mihalism Multi Host" # 78 for "powered by Mihalism Multi Host" intitle:"MySQL Error (Powered by Mihalism Multi Host)" # Matches # @matches = [ # Powered by text { text: 'Powered by Mihalism Multi Host' }, # Powered by HTML comment { regexp: // }, { regexp: // }, # Error Page # Default Title { text: ' Fatal Error (Powered by Mihalism Multi Host)' }, { text: ' MySQL Error (Powered by Mihalism Multi Host)' }, # Install Page { text: ' Mihalism Multi Host ยป Installation' }, { text: 'Warning: Using this installer will erase any already existing Mihalism Multi Host installation.' }, # Version Detection # Meta Version { version: / / }, ] end