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

15 lines
343 B
JSON

{
"name": "phpwind",
"website": "https://www.phpwind.net",
"matches": [
{
"regexp": "(?:Powered|Code) by <a href=\"[^\"]+phpwind\\.net"
},
{
"search": "meta[generator]",
"regexp": "^phpwind(?: v([0-9-]+))?",
"offset": 1
}
],
"implies": "PHP"
}