Sha256: 2c54694d0b8ad82842e8ec86f66ace7dcdf773d181785e9a37c3e586672a2df6

Contents?: true

Size: 1.36 KB

Versions: 6

Compression:

Stored size: 1.36 KB

Contents

# frozen_string_literal: true

##
# 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
##
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."
  @website = "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"'
  ]

  # 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/jxt-consulting.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/jxt-consulting.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/jxt-consulting.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/jxt-consulting.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/jxt-consulting.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/jxt-consulting.rb