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

22 lines
650 B
JSON

{
"name": "DUclassified",
"author": "Tonmoy Saikia, Andrew Horton",
"version": "0.2",
"description": "DUclassified is a free Classified Ad Management system.",
"website": "http://www.duware.com/",
"matches": [
{
"certainty": 75,
"ghdb": "\"powered by DUclassified\" intitle:DUclassified"
},
{
"name": "default title",
"regexp": "(?-mix:<title>DUclassified[\\s\\d\\.]*<\\/title>)"
},
{
"name": "assets/DUclassified.css",
"regexp": "(?-mix:<link[^>]href=\"[^\"]*assets\\/DUclassified.css\"[^>]+>)"
}
]
}