nuclei-templates/http/misconfiguration/gitlab/gitlab-user-enum.yaml

41 lines
1.0 KiB
YAML
Raw Normal View History

2021-10-26 12:09:26 +00:00
id: gitlab-user-enum
2021-06-14 10:43:38 +00:00
info:
name: GitLab - User Enumeration
author: Suman_Kar
2021-06-14 08:50:55 +00:00
severity: info
reference:
- https://github.com/danielmiessler/SecLists/blob/master/Usernames/Names/malenames-usa-top1000.txt
2022-03-02 07:35:29 +00:00
metadata:
max-request: 100
2022-03-02 07:35:29 +00:00
shodan-query: http.title:"GitLab"
2024-03-19 15:20:31 +00:00
tags: gitlab,enum,misconfig,fuzz
2021-06-14 10:43:38 +00:00
http:
- raw:
2021-06-14 10:43:38 +00:00
- |
2021-06-15 19:53:59 +00:00
GET /users/{{user}}/exists HTTP/1.1
2021-06-14 10:43:38 +00:00
Host: {{Hostname}}
Accept: application/json, text/plain, */*
Referer: {{BaseURL}}
payloads:
user: helpers/wordlists/user-list.txt
2021-10-26 12:09:26 +00:00
stop-at-first-match: true
2023-10-14 11:27:55 +00:00
2021-06-14 10:43:38 +00:00
matchers-condition: and
matchers:
- type: regex
2021-06-14 08:50:55 +00:00
part: body
2021-06-14 10:43:38 +00:00
regex:
2021-06-14 08:50:55 +00:00
- "exists.*:true"
2021-06-14 10:43:38 +00:00
- type: status
status:
2021-06-15 19:53:59 +00:00
- 200
- type: word
2021-11-01 14:06:21 +00:00
part: header
2021-06-15 19:53:59 +00:00
words:
2023-10-14 11:27:55 +00:00
- "application/json"
# digest: 490a0046304402205c9c86f3c046857119bb1a670b24f3214292931dc0fa8f3f2de2a774d270003f0220494fa1162786a29761083cf667b6d9634363502ffaa72629ab5c9ad4ac70494a:922c64590222798bb761d5b6d8e72950