2020-09-01 02:25:25 +00:00
|
|
|
id: gitlab-detect
|
2020-04-07 10:08:21 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Gitlab
|
|
|
|
author: ehsahil
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2020-04-07 10:08:21 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/users/sign_in"
|
|
|
|
- "{{BaseURL}}/users/sign_up"
|
|
|
|
- "{{BaseURL}}/explore"
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "GitLab"
|
|
|
|
- "Register for GitLab"
|
|
|
|
- "Explore GitLab"
|