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

15 lines
382 B
JSON

{
"name": "Adminer",
"website": "http://www.adminer.org",
"matches": [
{
"regexp": "Adminer</a> <span class=\"version\">([\\d.]+)</span>",
"offset": 1
},
{
"regexp": "onclick=\"bodyClick\\(event\\);\" onload=\"verifyVersion\\('([\\d.]+)'\\);\">",
"offset": 1
}
],
"implies": "PHP"
}