# 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 # removed :name & :probability # Version 0.3 # changed Propulsé to Propuls.{2} WhatWeb::Plugin.define "FrogCMS" do @author = "Andrew Horton" @version = "0.3" @description = "Opensource CMS written in PHP. Frog CMS is a PHP version of Radiant CMS, a well known Ruby on Rails application. This CMS is not easily identified, expect some false-negatives" @website = "http://www.madebyfrog.com/" # /admin/ redirects to /admin/login # which is always consistent and contains: #
# # # #
# /frog/plugins/bd_contact/js/formcheck/formcheck.css" type="text/css" media="screen" / # src="http://www.ptites-biloutes.com/frog/plugins/lytebox/lytebox.js # Frog CMSFrog CMS # Powered by: Frog CMS # Powered by Frog CMS # Powered by Frog CMS # Running Frog CMS @matches = [ # {:name=>"poweredBy", :regexp=>/(Powered by|Running|Propulsé par)[^<]*]*>Frog CMS/}, { name: "poweredBy", regexp: /(Powered by|Running|Propuls.{2} par)[^<]*]*>Frog CMS/ }, { name: "default rss feed", text: ']+"\/frog\/plugins\// } # " ] end