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

17 lines
620 B
JSON

{
"name": "Pixie",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "pixie is a free, open source web application that will help you quickly create your own website",
"website": "http://www.getpixie.co.uk/",
"matches": [
{
"regexp": "(?-mix:href=\"http:\\/\\/www.getpixie.co.uk\" title=\"Get Pixie\">(Pixie Powered|Powered by Pixie|Pixie)<\\/a>)"
},
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"Pixie ([\\d\\.]+) - Copyright \\(C\\) [\\d]{4} - [\\d]{4}\\.\" \\/>)",
"offset": 1
}
]
}