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 "Dada-Mail" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-03-18
9version "0.1"
10description "Dada Mail is a Contemporary Mailing List Manager. Dada Mail works brilliantly - especially when you want to run a verified, closed loop opt-in subscription-based mailing list that your subscribers can trust."
11website "http://dadamailproject.com/"
12
13# Google results as at 2011-03-18 #
14# 469 for "Powered by Dada Mail" ext:cgi inurl:mail.cgi
15
16# Dorks #
17dorks [
18'"Powered by Dada Mail" ext:cgi inurl:mail.cgi'
19]
20
21
22
23# Matches #
24matches [
25
26# GHDB
27{ :ghdb=>'"Powered by Dada Mail" filetype:cgi inurl:mail.cgi' },
28
29# HTML Comment
30{ :regexp=>/<!-- Dada Mail is Copyright 1999 - 20[\d]{2} Justin Simoni -->/ },
31
32# Version Detection # Powered by link
33{ :version=>/Powered by <a href="http:\/\/(mojo.skazat.com|dadamailproject.com)" target="_blank" style="font-size:10px;font-family:Verdana,Arial">Dada Mail ([^\s^<]+)/, :offset=>1 },
34
35]
36
37end
38
39
40