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

14 lines
649 B
JSON

{
"name": "Webmedia-Explorer",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Webmedia Explorer scans and indexes everything under a folder called 'media' under the document root and builds a website automaticaly, generating file and folder listings, image galleries, message boards, news or simply text, anywhere it finds the corresponding data.",
"website": "http://www.webmediaexplorer.com/",
"matches": [
{
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/www.webmediaexplorer.com[^>]*>webmedia explorer ([\\d\\.]+)<\\/a>)",
"offset": 1
}
]
}