# 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 "Stardot-Express" do @author = "Brendan Coles " # 2010-07-18 @version = "0.1" @description = "The Express 6 Video Server is a small standalone server that streams video from up to six video cameras that plug into the back of it." @website = "http://www.stardot-tech.com/" # 20 results for intitle:"Express6 Live Image" @ 2010-07-18 # http://www.hackersforcharity.org/ghdb/?function=detail&id=1552 @matches = [ { regexp: /Express6 Live Image[\ Popup]*<\/title>/, version: "6" }, { text: ' <tr><td><a href="http://www.stardot-tech.com" target="_new"><img src="logo.gif" alt="" width="227" height="45" border="0"></a></td>' }, { text: ' <tr><td><a href="http://www.stardot.com" target="_blank"><img src="logo.gif" alt="" width="227" height="45"></a></td>' }, ] end