Files
OneForAll-mirror/data/rules/whatweb/frog-cms.json
T
2020-07-29 00:02:06 +08:00

22 lines
810 B
JSON

{
"name": "FrogCMS",
"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/",
"matches": [
{
"name": "poweredBy",
"regexp": "(?-mix:(Powered by|Running|Propuls.{2} par)[^<]*<a href=\"http:\\/\\/www.madebyfrog.com\\/\"[^>]*>Frog CMS)"
},
{
"name": "default rss feed",
"text": "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Frog Default RSS Feed\""
},
{
"certainty": 75,
"regexp": "(?-mix:<[^>]+\"\\/frog\\/plugins\\/)"
}
]
}