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

15 lines
287 B
JSON

{
"name": "phpSQLiteCMS",
"website": "http://phpsqlitecms.net",
"matches": [
{
"search": "meta[generator]",
"regexp": "^phpSQLiteCMS(?: (.+))?$",
"offset": 1
}
],
"implies": [
"PHP",
"SQLite"
]
}