# 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 "JustAnswer-Professional" do @author = "Brendan Coles " # 2011-05-31 @version = "0.1" @description = "JustAnswer Professional Script is a PHP script that lets you start your own question answer website just like JustAnswer." @website = "http://www.guruscript.com/" # 5 for inurl:forum_answer.php?que_id= "Powered By Guruscript.com" # Dorks # @dorks = [ 'inurl:forum_answer.php?que_id= "Powered By Guruscript.com"' ] # Matches # @matches = [ # Powered by text # Shared by other Guruscript.com scripts { certainty: 25, text: 'Powered By Guruscript.com' }, # Register link # register.php?typ=expert&que_id= { regexp: /Click here<\/a> to answer this question\./ }, # Logout link HTML { text: ' Logout
' }, ] end