From 288c29ab7e55776dd392e118aff495b2de93ad14 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 25 Oct 2022 07:57:07 +0530 Subject: [PATCH] Create gitea-installer.yaml --- misconfiguration/gitea-installer.yaml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 misconfiguration/gitea-installer.yaml diff --git a/misconfiguration/gitea-installer.yaml b/misconfiguration/gitea-installer.yaml new file mode 100644 index 0000000000..734838d7ab --- /dev/null +++ b/misconfiguration/gitea-installer.yaml @@ -0,0 +1,33 @@ +id: gitea-installer + +info: + name: Gitea Installer Exposure + author: DhiyaneshDk + severity: medium + metadata: + verified: true + shodan-query: 'title:"Installation - Gitea: Git with a cup of tea"' + tags: misconfig,gitea,installer + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Installation - Gitea: Git with a cup of tea' + - 'Database Name' + condition: and + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200