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

14 lines
642 B
JSON

{
"name": "Fluid-Dynamics-Search-Engine",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "FDSE is an easy-to-install search engine for local and remote sites. It returns fast, accurate results from a template-driven architecture. Freeware and shareware versions are available with Perl source.",
"website": "http://www.xav.com/scripts/search/",
"matches": [
{
"regexp": "(?-mix:Powered by the <a href=\"http:\\/\\/www.xav.com\\/scripts\\/search\\/\"[^>]*>Fluid Dynamics Search Engine<\\/a> v([\\d\\.]+) &copy; 20[\\d]{2})",
"offset": 1
}
]
}