Sha256: f08f1caa0536b920048aa94699eb6767a8dac6ca4234d02bf168408aec8b4272

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 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
##
# Version 0.2 #
# Updated version detection #
WhatWeb::Plugin.define "aspWebLinks" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-28
  @version = "0.2"
  @description = "Web app for categorizing links"
  @website = "http://www.fullrevolution.com/"

  # Dorks #
  @dorks = [
    '"powered by aspWebLinks"'
  ]

  # 41 results for "powered by aspWebLinks" @ 2010-08-28
  # 7 results for "powered by aspWebLinks" intitle:"aspWebLinks" @ 2010-08-28

  @matches = [

    # Version detection # Powered by text
    { version: /Powered By aspWebLinks ([\d\.]+) from <A[^>]*HREF=["']http:\/\/www.fullrevolution.com[^>]*>Full Revolution, Inc.<\/A>/ },
    { version: /<A[^>]*HREF=["']http:\/\/www.fullrevolution.com[^>]*>Powered By aspWebLinks ([\d\.]+)<\/A>/ },

    # Version detection # Default title
    { version: /<title>aspWebLinks ([\d\.]+)<\/title>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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