"Fossies" - the Fresh Open Source Software Archive 
Member "WhatWeb-0.5.5/plugins/adxstudio-cms.rb" (15 Jan 2021, 700 Bytes) of package /linux/www/WhatWeb-0.5.5.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ruby source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
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 # https://www.morningstarsecurity.com/research/whatweb
6 ##
7 Plugin.define do
8 name "adxstudio-cms"
9 authors [
10 "Aung Khant <http://yehg.net/>", # 2012-02-12
11 "Andrew Horton", # v0.2 # 2019-07-10 # Added website field.
12 ]
13 version "0.2"
14 description "ADXStudio CMS"
15 website "http://www.adxstudio.com"
16
17
18 # Matches #
19 matches [
20 {:name=>'Set-cookie Header', :search=>"headers[set-cookie]", :regexp=>/anonprofile/i},
21 {:text=>'/PoweredByADX.gif'},
22 {:text=>'alt="Powered by Adxstudio"'},
23 {:text=>'/poweredbyadx.png'},
24 ]
25
26 end