1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "MSGS" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-05-20
9version "0.1"
10description "Mercury Satellite Ground Station is a software system for commanding and controlling a satellite ground station. It's goal is to help enable ubiquitous access to satellite resources via the Internet."
11website "Homepage: http://mgsn.sourceforge.net/"
12
13# Google results as at 2011-05-20 #
14# 2 for intitle:"Mercury Satellite Ground Station"
15
16# Dorks #
17dorks [
18'intitle:"Mercury Satellite Ground Station"'
19]
20
21
22
23# Matches #
24matches [
25
26# Version Detection # Default Title
27{ :version=>/<title> Mercury Satellite Ground Station: Version ([\d\.]+)<\/title>/ },
28
29]
30
31end
32
33