# 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 # 2016-04-17 # Andrew Horton # Added website parameter and description ## WhatWeb::Plugin.define "UCenter-Home" do @author = "Brendan Coles " # 2010-10-12 @version = "0.2" @description = "Social networking platform developed by Comsenz. Uses PHP and MySQL. Wikipedia page: https://zh.wikipedia.org/wiki/UCenter_Home" @website = "http://www.comsenz.com/downloads/install/uchome" # Dorks # @dorks = [ '"powered by UCenter Home"' ] @matches = [ # Default title { text: 'Powered by UCenter Home' }, # Version detection # Powered by text { version: /Powered by UCenter Home<\/strong><\/a> ([\d\.]+)<\/span>/ }, ] end