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

17 lines
429 B
JSON

{
"name": "Atlassian Statuspage",
"website": "https://www.statuspage.io/",
"matches": [
{
"search": "headers[x-statuspage-skip-logging]",
"regexp": ".*"
},
{
"search": "headers[x-statuspage-version]",
"regexp": ".*"
},
{
"regexp": "<a[^>]*href=\"https?://(?:www\\.)?statuspage\\.io/powered-by[^>]+>"
}
]
}