2022-10-13 15:22:43 +00:00
|
|
|
id: gogs-panel
|
|
|
|
|
|
|
|
info:
|
2022-11-19 01:50:30 +00:00
|
|
|
name: Gogs Login Panel - Detect
|
2022-10-13 16:23:11 +00:00
|
|
|
author: DhiyaneshDk,daffainfo
|
2022-11-19 01:50:30 +00:00
|
|
|
severity: info
|
|
|
|
description: Gogs login panel was detected.
|
2022-10-13 15:22:43 +00:00
|
|
|
reference:
|
|
|
|
- https://gogs.io/
|
2022-11-19 01:50:30 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-10-13 15:22:43 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Sign In - Gogs"
|
|
|
|
google-query: intitle:"Sign In - Gogs"
|
|
|
|
tags: panel,gogs
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/user/login'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<meta property="og:title" content="Gogs'
|
|
|
|
- 'js/gogs.js?v='
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'Version: ([0-9.]+) Page:'
|
2022-11-19 01:50:30 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/16
|