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

13 lines
311 B
JSON

{
"name": "JBoss Web",
"website": "http://jboss.org/jbossweb",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "JBossWeb(?:-([\\d.]+))?",
"offset": 1
}
],
"implies": "JBoss Application Server",
"excludes": "Apache Tomcat"
}