nuclei-templates/technologies/gitlab-detect.yaml

20 lines
353 B
YAML
Raw Normal View History

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