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

15 lines
369 B
JSON

{
"name": "Nextcloud",
"website": "https://nextcloud.com/",
"matches": [
{
"regexp": "<script[^>]*>[^<]*nextcloud_[^<]*oc_config={[^}]*\"version\":\"([\\d.]+)\"",
"offset": 1
},
{
"search": "meta[apple-itunes-app]",
"regexp": "app-id=1125420102"
}
],
"implies": "PHP"
}