# 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 "esoTalk" do @author = "Brendan Coles " # 2011-01-29 @version = "0.1" @description = "esoTalk is a simple, fast, free web-forum." @website = "http://esotalk.com/" # Google results as at 2011-01-29 # # 93 for "Powered by esoTalk" # Dorks # @dorks = [ '"Powered by esoTalk"' ] # Matches # @matches = [ # Default Generated By HTML Comment { text: "" }, # Default Copyright HTML Comment { text: '' }, # Default Powered by Text { text: "Powered by esoTalk™" }, # Default Copyright Text { text: "

If you run into any other problems or just want some help with the installation, feel free to ask for assistance at the esoTalk support forum where a bunch of friendly people will be happy to help you out.

", module: "Install Page" }, # Install Page # Default JavaScript HTML { text: "", module: "Install Page" }, ] end