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

15 lines
532 B
JSON

{
"name": "CERN",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "The CERN httpd (also known as W3C httpd) is a generic public domain full-featured hypertext server which can be used as a regular HTTP server. Version 3.0A is the final version. It was generated July 15th 1996.",
"website": "http://www.w3.org/Daemon/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^CERN\\/([^\\s]+))",
"offset": 1
}
]
}