Skip to content

GitList Disclosure

ID: gitlist-disclosure

Severity: low

Author: dhiyaneshDK

Tags: gitlist,misconfig

GitList is exposed.

id: gitlist-disclosure
info:
name: GitList Disclosure
author: dhiyaneshDK
severity: low
description: GitList is exposed.
classification:
cpe: cpe:2.3:a:gitlist:gitlist:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: gitlist
product: gitlist
shodan-query: title:"GitList"
tags: gitlist,misconfig
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'GitList</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100dc170a8c2fd9ea4091fb107c17c38d5c5d4244ce435d8b8ca01075c470d1802c022041daad2819720fd9041c8628b81c1ece8140533db9f9d259512fc2474ad76f60:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/gitlist-disclosure.yaml"

View on Github