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

14 lines
280 B
JSON

{
"name": "Apache JSPWiki",
"website": "http://jspwiki.org",
"matches": [
{
"regexp": "<html[^>]* xmlns:jspwiki="
},
{
"search": "script",
"regexp": "jspwiki"
}
],
"implies": "Apache Tomcat"
}