nuclei-templates/technologies/gitlab-detect.yaml

23 lines
395 B
YAML

id: gitlab-detect
info:
name: Detect Gitlab
author: ehsahil
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/users/sign_in"
- "{{BaseURL}}/users/sign_up"
- "{{BaseURL}}/explore"
redirects: true
max-redirects: 2
matchers:
- type: word
words:
- "GitLab"
- "Register for GitLab"
- "Explore GitLab"