File: JXT-Consulting.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 (49 lines) | stat: -rw-r--r-- 1,436 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
##
# 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 "JXT-Consulting" do
author "Brendan Coles <bcoles@gmail.com>" # 2012-03-19
version "0.1"
description "JXT Consulting specialises in building and designing recruitment websites and implementing social recruiting strategies for recruitment companies, utilising the benefits of facebook, twitter and LinkedIn. - Homepage: http://www.jxt.com.au/"

# Google results as at 2012-03-19 #
# 274 for "Powered by JXT Consulting"
#  88 for inurl:"lx.aspx?dynamicpageid="

# Dorks #
dorks [
'"Powered by JXT Consulting"'
]

# Examples #
examples %w|
www.callcentrejobs.com.au
www.mcs-consulting.com.au
www.jxt.com.au
environmental.fmplus.com.au.jxt.net.au
jobs.itnews.com.au
|

# Matches #
matches [

# div id="jxt-popup-wrapper"
{ :text=>'<div id="jxt-popup-wrapper">' },

# HTML Comment
{ :text=>'<!-- Dynamic white label meta content -->' },

# Powered by link
{ :regexp=>/Powered by <a href="http:\/\/(www\.)?jxt\.com\.au" target="_blank">JXT Consulting<\/a>/ },
{ :text=>'<a href="http://www.jxt.com.au" target="_blank">Powered by JXT Consulting</a>' },

# Shortcut Icon
{ :string=>/<link rel="shortcut icon" href="\/GetWhitelabelFile\.aspx\?whiteLabelFileID=(\d+)"\s?\/>/ },

]

end