Sha256: e82b7c70842fe0692e2c763420dbf6d785fe33205a8f67b16e0b7c5590f9aed4

Contents?: true

Size: 1.14 KB

Versions: 6

Compression:

Stored size: 1.14 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 "Social-Strata" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-04-21
  @version = "0.1"
  @description = "Homepage: http://socialstrata.com/"

  # Google results as at 2011-04-21 #
  # 60 for inurl:"/eve/personal?x_myspace_page=profile"
  #  3 for "Error u is invalid. Powered by: GroupeeTM"

  # Dorks #
  @dorks = [
    'inurl:"/eve/personal?x_myspace_page=profile"'
  ]

  # Matches #
  @matches = [

    # URL pattern
    { ghdb: 'inurl:"/eve/personal?x_myspace_page=profile" "Powered by Social Strata"' },

    # Powered by text
    { text: '<a href="http://socialstrata.com/landing/goto.php?a=eve" target="_blank">Powered by Social Strata</a>' },

    # Version Detection # Powered by text
    { version: /Powered by: <a target="_blank" href="http:\/\/eveforenterprise\.com">Groupee<\/a><SUP>TM<\/SUP> \(version ([\d\.]+)\) from Groupee Inc\./ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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