File: activeCollab.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 (69 lines) | stat: -rw-r--r-- 2,169 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
##
# 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
##
## Version 0.2 by Andrew Horton
# Added acpowered.gif logo, and powered by footer 

Plugin.define "activeCollab" do
author "Brendan Coles <bcoles@gmail.com>" # 2012-05-02
version "0.2"
description "activeCollab - project management & collaboration tool - Requires PHP and MySQL - Homepage: http://www.activecollab.com/"

# Google results as at 2012-05-02 #
# 569 for "powered by activeCollab" "Forgot password" intitle:"Login"
# 109 for inurl:"index.php?path_info=login" intitle:"Login"

# Dorks #
dorks [
'"powered by activeCollab" "Forgot password" intitle:"Login"'
]

# Examples #
examples %w|
carmen.ncl.ac.uk/project_management/public/index.php
niftysensex.com/collab/upload/
www.regardprojects.com
www.criminallaw.com/activecollab/public/
https://skatevideosonline.net
ironreputation.com/clients/
project.weimpel.org
collab.uncc.edu/public/index.php
https://collab.naz.edu/
activecollab.monroe.edu
projects.library.villanova.edu/index.php
otis.imu.uiowa.edu
https://myhome.ithaca.edu/ac/
bl-cacr-piglet.ads.iu.edu/activecollab/public/index.php
https://teamwork.plu.edu/
jarvis.northwestu.edu
projects.lasierra.edu
collab.newpaltz.edu
vap.sva.edu/ac/
https://cvmweb.missouri.edu/pm/
pm-test.delta.ncsu.edu/public/
collab.dri.edu
project.library.ucsb.edu
https://acollab-dev.vbi.vt.edu/
projects.rutgers.edu/public/
projects.library.villanova.edu/index.php
requests.dickinsonstate.edu
|

# Matches #
matches [

# Login Page # Form
{ :text=>'<form method="post" id="system_form_2" class="uniForm focusFirstField">' },

# Login Page # JavaScript # Version Detection
{ :version=>/if\(\!App\.data\) \{ App\.data = \{\}; \}\s+App\.data\.quick_search_url = "[^"]+";\s+App\.data\.ac_version = "([^"]+)";/ },

{:name=>"acpowered.gif", :url=>'/public/assets/images/acpowered.gif', :md5=>"ad6152c96454d96f7b8ec78c08bb789b"},
{:name=>"powered by footer", :text=>'<p id="powered_by"><a href="http://www.activecollab.com/"'}
]

end