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

14 lines
460 B
JSON

{
"name": "Invenio",
"website": "http://invenio-software.org",
"matches": [
{
"search": "cookies[INVENIOSESSION]",
"regexp": ".*"
},
{
"regexp": "(?:Powered by|System)\\s+(?:CERN )?<a (?:class=\"footer\" )?href=\"http://(?:cdsware\\.cern\\.ch(?:/invenio)?|invenio-software\\.org|cern\\.ch/invenio)(?:/)?\">(?:CDS )?Invenio</a>\\s*v?([\\d\\.]+)?",
"offset": 1
}
]
}