52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
id: gogs-panel
|
|
|
|
info:
|
|
name: Gogs Login Panel - Detect
|
|
author: DhiyaneshDk,daffainfo
|
|
severity: info
|
|
description: Gogs login panel was detected.
|
|
reference:
|
|
- https://gogs.io/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:gogs:gogs:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: gogs
|
|
product: gogs
|
|
shodan-query:
|
|
- title:"Sign In - Gogs"
|
|
- http.title:"sign in - gogs"
|
|
- cpe:"cpe:2.3:a:gogs:gogs"
|
|
google-query:
|
|
- intitle:"Sign In - Gogs"
|
|
- intitle:"sign in - gogs"
|
|
fofa-query: title="sign in - gogs"
|
|
tags: panel,gogs
|
|
|
|
http:
|
|
- 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:'
|
|
# digest: 4b0a00483046022100df4b3cc8f30789beedf29766aceb2e3eb770e5ac0aceb5b9fe10ba8483a7a138022100b95dfcfe1aa8f9ac17dd72351184b8ebce8a9e824be95cb5c43a527964525289:922c64590222798bb761d5b6d8e72950 |