Skip to content

Commit

Permalink
Add SillySmart plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
guikcd committed Jul 16, 2015
1 parent 48b9682 commit 7c6bd1f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions plugins/SillySmart.rb
@@ -0,0 +1,22 @@
##
# 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
##
Plugin.define "SillySmart" do
author "Guillaume Delacour <gui@iroqwa.org>" # 2015-07-09
version "0.1"
description "SillySmart is a lightweight and flexible MVC Framework written in PHP5 based on XML/XSL's parsing."

# Dorks #
dorks [
'intext:"var slsBuild ="',
]

# Matches #
matches [
{ :certainty=>85, :text=>'var slsBuild' },
]

end

0 comments on commit 7c6bd1f

Please sign in to comment.