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

21 lines
1.0 KiB
JSON

{
"name": "Perlfect-Search",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Perlfect Search is a free, sophisticated, powerful, versatile, customizable and effective site indexing/searching suite available under an open source license (GPL). It comes as a pair of distinct scripts. The indexer, that automatically scans and indexes a web site, and the search engine",
"website": "http://www.perlfect.com/freescripts/search/",
"matches": [
{
"text": "<!-- the following meta tag is important to avoid cross site scripting attacks: -->"
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/perlfect.com\\/freescripts\\/search\\/\">Perlfect Search ([a-z\\.\\d]+)<\\/a>)",
"offset": 1
},
{
"regexp": "(?i-mx:<a href=\"http:\\/\\/perlfect.com\\/freescripts\\/search\\/\">Perlfect Search ([a-z\\.\\d]+) \\(c\\) Perlfect Solutions 1998-[\\d]{4}<\\/a>)",
"offset": 1
}
]
}