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

17 lines
349 B
JSON

{
"name": "PhotoShelter",
"website": "https://www.photoshelter.com",
"matches": [
{
"regexp": "<!--\\s+#+ Powered by the PhotoShelter Beam platform"
},
{
"regexp": "<link[^>]+c\\.photoshelter\\.com"
}
],
"implies": [
"PHP",
"MySQL",
"jQuery"
]
}