Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanadventurer committed Jun 9, 2020
2 parents b968f5b + b2add56 commit 863e6d3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ http://reddit.com [301 Moved Permanently] Country[UNITED STATES][US], HTTPServer
https://www.reddit.com/ [200 OK] Cookies[edgebucket,eu_cookie_v2,loid,rabt,rseor3,session_tracker,token], Country[UNITED STATES][US], Email[[email protected],[email protected]], Frame, HTML5, HTTPServer[snooserv], HttpOnly[token], IP[151.101.37.140], Open-Graph-Protocol[website], Script[text/javascript], Strict-Transport-Security[max-age=15552000; includeSubDomains; preload], Title[reddit: the front page of the internet], UncommonHeaders[fastly-restarts,x-served-by,x-cache-hits,x-timer], Via-Proxy[1.1 varnish], X-Frame-Options[SAMEORIGIN]
```


## Usage
```
Expand Down
28 changes: 28 additions & 0 deletions plugins/php-slim.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
##
# 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.1 # 2020-04-04 # Marcelo Gimenes
# Version 0.2 # 2020-04-21 # Marcelo Gimenes
##
Plugin.define do
name "PHP-Slim"
authors [
"Marcelo Gimenes <[email protected]>"
]
version "0.2"
description "Slim Framework"
website "https://www.slimframework.com/"

matches [
{ :name => 'Slim < 4.0',
:text => "to ensure your URL is spelled correctly. If all else fails, you can",
:url => randstr()},
{ :name => 'Slim > 4.0',
:text => "The requested resource could not be found. Please verify the URI and try again.",
:url => randstr()}
]
end

0 comments on commit 863e6d3

Please sign in to comment.