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

14 lines
359 B
JSON

{
"name": "Atlassian FishEye",
"website": "http://www.atlassian.com/software/fisheye/overview/",
"matches": [
{
"search": "cookies[FESESSIONID]",
"regexp": ".*"
},
{
"regexp": "<title>(?:Log in to )?FishEye (?:and Crucible )?([\\d.]+)?</title>",
"offset": 1
}
]
}