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

25 lines
811 B
JSON

{
"name": "Redmine",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database.",
"website": null,
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:_redmine_session=)"
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www\\.redmine\\.org\\/\">Redmine<\\/a> &copy; 2006-(20[\\d]{2}) Jean-Philippe Lang)"
},
{
"certainty": 25,
"text": "<meta name=\"description\" content=\"Redmine\" />"
},
{
"status": 404,
"text": "<title>redMine 404 error</title>"
}
]
}