mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
810 B
JSON
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\\/)"
|
|
}
|
|
]
|
|
}
|