nuclei-templates/misconfiguration/gitlist-disclosure.yaml

24 lines
386 B
YAML
Raw Normal View History

2021-11-20 12:05:54 +00:00
id: gitlist-disclosure
info:
name: GitList Disclosure
author: dhiyaneshDK
severity: low
metadata:
shodan-query: title:"GitList"
tags: gitlist,misconfig
2021-11-20 12:05:54 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'GitList</title>'
2021-11-21 09:23:15 +00:00
2021-11-20 12:05:54 +00:00
- type: status
status:
2021-11-21 09:23:15 +00:00
- 200