Sha256: 9ab674189a99344587adad4648bb79e939c122cccb8bea36a72df081108534b7

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 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 "NukeViet-CMS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-05
  @version = "0.1"
  @description = "NukeViet CMS [Vietnamese]"
  @website = "http://nukeviet.vn/en/"

  # Google results as at 2011-08-05 #
  # 401 for "Powered by NukeViet"

  # Dorks #
  @dorks = [
    '"Powered by NukeViet"'
  ]

  # Matches #
  @matches = [

    # Version Detection # Meta Generator
    { version: /<meta name="generator" content="Nuke[vV]iet v([^\s^"]+)" \/>/ },

    # div id="run_cronjobs"
    { text: '<div id="run_cronjobs" style="visibility: hidden; display: none;">' },

    # Admin Page
    { regexp: /<form class="loginform" method="post" action="[^"^>]*\/admin\/index\.php" onsubmit="return nv_checkadminlogin_submit\(\);">/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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