File: rumba-CMS.rb

package info (click to toggle)
whatweb 0.4.8~git20120606-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,956 kB
  • sloc: ruby: 53,738; sh: 577; makefile: 34
file content (54 lines) | stat: -rw-r--r-- 1,764 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
##
# 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
##
Plugin.define "Rumba-CMS" do
author "Brendan Coles <bcoles@gmail.com>" # 2010-09-04
version "0.1"
description "Rumba is a Content Management System (CMS). It is the engine behind your website that simplifies the creation, management, and sharing of content. Use Rumba as CMS, blog, site of news or personal page. - homepage: http://rumbacms.com/"

# 72 results for "powered by Rumba CMS" @ 2010-09-04

# Dorks #
dorks [
'"powered by Rumba CMS"'
]

# Exampels #
examples %w|
ilpp-legal.com/eng/
www.trade-park.ru/alina/
test.tochka-diz.ru/index.php
izvekoff.ru/index.php
itprice.vn.ua
www.legal-collegium.com.ua
www.studliga-nt.ru
zerkalo.500mb.ru
www.optimizsite.net.ru
www.ptv-m.ru
moepravo.info
travelbar.stacmv.net/en/
shu.pp.ru/index.php
biz.vn.ua
|

matches [

# Powered by text
{ :text=>' <center><small><a href=http://rumba.net.ru>Powered by Rumba CMS</a></small></center></body>' },
{ :text=>' <center><small><a href=http://rumbacms.com>Powered by Rumba CMS</a></small></center></body>' },
{ :text=>' Powered by <a rel="nofollow" target="_blank" href="http://rumba.net.ru/">Rumba CMS</a></p>' },

# Meta generator
{ :text=>' <meta name="generator" content="Rumba Easy http://rumba.net.ru" />' },
{ :text=>' <meta name="generator" content="Rumba Easy http://rumbacms.com" />' },
{ :text=>' <meta name="generator" content="http://rumba.net.ru" />' },
{ :text=>' <meta name="generator" content="Rumba Wiki http://rumba.net.ru/" />' },
{ :text=>'<meta name="Generator" content="http://rumba.net.ru" />' },

]

end