## # 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. # https://morningstarsecurity.com/research/whatweb ## Plugin.define do name "Orbis-CMS" authors [ "Brendan Coles ", # 2010-09-18 ] version "0.1" description "Orbis CMS is a simple and stylish management solution for small websites." # 3 results for "powered by Orbis CMS" intitle:"Orbis CMS > Login" @ 2010-09-18 # Dorks # dorks [ '"powered by Orbis CMS" intitle:"Orbis CMS > Login"' ] matches [ # Meta generator { :text=>'' }, # Login page # Powered by text { :text=>'
Powered by Orbis CMS
' }, # Login page # Default title { :text=>'Orbis CMS > Login' }, # Login page # HTML comment { :text=>'' }, ] end