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

17 lines
666 B
JSON

{
"name": "Gitorious",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Gitorious provides open source infrastructure for hosting open source projects that use Git - Requires: Ruby.",
"website": "https://gitorious.org/gitorious",
"matches": [
{
"regexp": "(?-mix:<a href=\"http:\\/\\/gitorious\\.org\"><img alt=\"Poweredby\" src=\"\\/images\\/\\.\\.\\/img\\/poweredby\\.png\\?[\\d]+\" title=\"Powered by Gitorious\" \\/><\\/a><\\/div>)"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:_gitorious_sess=[^-]+--[^;]+; domain=)"
}
]
}