## # 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 "Zomplog" authors [ "Brendan Coles ", # 2010-09-18 ] version "0.1" description "Blog" website "http://www.zomp.nl/zomplog/index.php" # 72 results for "powered by Zomplog" -Vulnerability -exploit @ 2010-09-18 # Dorks # dorks [ '"powered by Zomplog" -Vulnerability -exploit' ] matches [ # Powered by text { :text=>'Powered by Zomplog' }, # Login page # Default title { :text=>'Zomplog › Login' }, # Login page # Copyright text { :text=>'
zomplog ››
' }, # Meta generator { :text=>'' }, # Default CSS { :text=>'/* Navbar (Zomplog-specific) */' }, ] end