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

28 lines
876 B
JSON

{
"name": "FEX",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "F*EX (Frams's Fast File EXchange) is a service that can be used to allow users anywhere on the Internet to exchange files of ANY size quickly and conveniently.",
"website": "http://fex.rus.uni-stuttgart.de/fex.html",
"matches": [
{
"url": "/logo.jpg",
"md5": "ad8a95bba8dd1a61d70bd38611bc2059"
},
{
"text": "<HEAD><TITLE>F*EX - File EXchange</TITLE></HEAD>"
},
{
"certainty": 75,
"text": "<h1>F*EX - Frams' Fast File EXchange"
},
{
"regexp": "(?i-mx:<a href=\"mailto:[^\"]+\">fexmaster<\\/a><\\/address>)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^fexsrv$)"
}
]
}