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 "AMDSoFT" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-06-21
9version "0.1"
10description "CMS [Iranian]"
11website "http://www.iranfairit.com/main/index.aspx"
12
13# Google results as at 2011-06-21 #
14# 50 for "Powered by AMDSoFT" ext:aspx
15
16# Dorks #
17dorks [
18'"Powered by AMDSoFT" ext:aspx'
19]
20
21
22
23# Matches #
24matches [
25
26# Powered by link
27{ :regexp=>/style="color: aliceblue"><span style="color: gray">Powered\s+by<\/span> <\/span><a href="http:\/\/www\.iranfairit\.com">/ },
28
29]
30
31end
32
33