Sha256: 26936db2e17d40635d922f2be63ef8177aec2df6a81560cea5fbe7463576406b

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 KB

Contents

# 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 <bcoles@gmail.com>" # 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: /<title>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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/stardot-express.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/stardot-express.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/stardot-express.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/stardot-express.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/stardot-express.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/stardot-express.rb