# 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 # 2016-04-17 # Andrew Horton # Added website parameter ## WhatWeb::Plugin.define "WWWBoard" do @author = "Brendan Coles " # 2010-06-05 @version = "0.2" @description = "WWWBoard is a threaded World Wide Web discussion forum and message board, which allows users to post new messages, followup to existing ones and more." @website = "http://www.scriptarchive.com/wwwboard.html" # WWWAdmin For WWWBoard # WWWAdmin For WWWBoard @matches = [ # http://johnny.ihackstuff.com/ghdb/?function=detail&id=625 # About 45 results @ 2010-06-05 { name: 'GHDB: inurl:"WWWADMIN.PL" intitle:"wwwadmin"', certainty: 75, ghdb: 'inurl:"WWWADMIN.PL" intitle:"wwwadmin"' }, { name: "default title", text: 'WWWAdmin For WWWBoard' }, { name: "default text", text: '

WWWAdmin For WWWBoard

' } ] end