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

17 lines
685 B
JSON

{
"name": "Indices",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Indices is a set of hacks that makes Apache's default directory index pages pretty and more usable.",
"website": "http://antisleep.com/software/indices",
"matches": [
{
"regexp": "(?-mix:<!--[\\s]+Pleasant Apache directory listings courtesy of Indices:[\\s]+http:\\/\\/antisleep\\.com\\/software\\/indices[\\s]+-->)"
},
{
"regexp": "(?-mix:<div class=\"credits\">[\\s]+<a href=\"http:\\/\\/antisleep\\.com\\/software\\/indices\">Indices<\\/a> ([^\\s]+)[\\s]+<\\/div>)",
"offset": 1
}
]
}