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

12 lines
292 B
JSON

{
"name": "jQuery Mobile",
"website": "https://jquerymobile.com",
"matches": [
{
"search": "script",
"regexp": "jquery[.-]mobile(?:-([\\d.]))?(?:\\.min)?\\.js(?:\\?ver=([\\d.]+))?",
"offset": 1
}
],
"implies": "jQuery"
}