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

24 lines
782 B
JSON

{
"name": "Nucleus-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Nucleus CMS",
"website": "http://nucleuscms.org/",
"matches": [
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"Nucleus CMS v([^\"^>]+)\" \\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<td>Admin-area <strong>path<\\/strong>:<\\/td>[\\s]+<td><input name=\"AdminPath\" size=\"60\" value=\"([^\"]+)\" \\/>)"
},
{
"text": "<meta name=\"name\" content=\"My Nucleus CMS\" />"
},
{
"regexp": "(?-mix:<small>Copyright \\| <a href=\"http:\\/\\/nucleuscms\\.org\">Nucleus CMS v([^\\s^>]+)<\\/a> \\|)",
"offset": 1
}
]
}