# 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 # 2011-02-15 # # Updated version detection ## WhatWeb::Plugin.define "Pro-Chat-Rooms" do @author = "Brendan Coles " # 2010-08-30 @version = "0.2" @description = "An Ideal Solution For Web Conferencing, Dating and all Online Communities." @website = "http://www.prochatrooms.com/" # Google results as at 2010-08-30 # # 4 for "Pro Chat Rooms" "Please enter your login details below." "Select Room" # Dorks # @dorks = [ '"Pro Chat Rooms" "Please enter your login details below." "Select Room"' ] # Matches # @matches = [ # Login Page # Default title { text: 'Pro Chat Rooms' }, # Login Page # Default form HTML { text: 'Password:' }, # Login Page # Default JavaScript # error message { text: ' showError("char_error", "Sorry, Username is already registered.");' }, # Login Page # Default JavaScript # error message { text: "var loginNameErrorChr = 'Your username has special characters.
These characters are not allowed,
!@#{$\}%SPC^&*()+=-[]\';,./{}|":<>?.
Please remove them and try again.';" }, # Version Detection # logo alt text { version: /Pro Chat Rooms v([\d\.]+)/ }, ] end