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

18 lines
346 B
JSON

{
"name": "Indexhibit",
"website": "http://www.indexhibit.org",
"matches": [
{
"regexp": "<(?:link|a href) [^>]+ndxz-studio"
},
{
"search": "meta[generator]",
"regexp": "Indexhibit"
}
],
"implies": [
"PHP",
"Apache",
"Exhibit"
]
}