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

24 lines
570 B
JSON

{
"name": "GitLab",
"website": "https://about.gitlab.com",
"matches": [
{
"search": "cookies[_gitlab_session]",
"regexp": ".*"
},
{
"regexp": "<meta content=\"https?://[^/]+/assets/gitlab_logo-"
},
{
"regexp": "<header class=\"navbar navbar-fixed-top navbar-gitlab with-horizontal-nav\">"
},
{
"search": "meta[og:site_name]",
"regexp": "^GitLab$"
}
],
"implies": [
"Ruby on Rails",
"Vue.js"
]
}