Skip to content

Commit

Permalink
Add Dynamicweb plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
guikcd committed Apr 15, 2017
1 parent 039768f commit 912eaac
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions plugins/dynamicweb.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
##
# 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 "DynamicWeb" do
author "Guillaume Delacour <[email protected]>" # 2017-04-15
version "0.1"
description "Dynamicweb is the All-In-One Platform for Content Management, Ecommerce, Digital Marketing and Integration."
website "https://dynamicweb.com/"

# Matches #
matches [
# Version in Meta Generator
{ :version=>/<meta name="generator" content="Dynamicweb ([^\s]+)"/ },
# comment
{ :certainty=>100, :regexp=>/\(c\) 1999-(20[\d]{2}) Dynamicweb Software A\/S/ },
# Set-Cookie
{ :certainty=>75, :search=>"headers[set-cookie]", :regexp=>/Dynamicweb/ },
]
end

0 comments on commit 912eaac

Please sign in to comment.