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

23 lines
884 B
JSON

{
"name": "GeekLog",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Geeklog is an open source application for managing dynamic web content. It is written in PHP and supports MySQL, PostgreSQL, or MS SQL as the database backend.",
"website": "http://www.geeklog.net/",
"matches": [
{
"text": "Powered By <a href=\"http://www.geeklog.net/\">Geeklog</a>"
},
{
"text": "Powered By <a class=\"footer\" href=\"http://www.geeklog.net/\">GeekLog</a>"
},
{
"text": "<!--If you want the splash, uncomment the last line. If you want no splash, make sure it is commented out.-->"
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www.geeklog.net\\/\">Geeklog ([\\d\\.a-z]{1,10})<\\/a>)",
"offset": 1
}
]
}