Fix dashboard improper commit

patch-1
sullo 2023-01-23 15:23:37 -05:00
parent ea6cbbf438
commit fa2a1bb42d
1 changed files with 33 additions and 19 deletions

View File

@ -1,20 +1,34 @@
{
"name": "opengear-panel.yaml",
"path": "exposed-panels/opengear-panel.yaml",
"sha": "9230f01266ccacf2220ee193a65c41eccf0663f7",
"size": 836,
"url": "https://api.github.com/repos/MostInterestingBotInTheWorld/nuclei-templates/contents/exposed-panels/opengear-panel.yaml?ref=dashboard",
"html_url": "https://github.com/MostInterestingBotInTheWorld/nuclei-templates/blob/dashboard/exposed-panels/opengear-panel.yaml",
"git_url": "https://api.github.com/repos/MostInterestingBotInTheWorld/nuclei-templates/git/blobs/9230f01266ccacf2220ee193a65c41eccf0663f7",
"download_url": "https://raw.githubusercontent.com/MostInterestingBotInTheWorld/nuclei-templates/dashboard/exposed-panels/opengear-panel.yaml",
"type": "file",
"content": "aWQ6IG9wZW5nZWFyLXBhbmVsCgppbmZvOgogIG5hbWU6IE9wZW5nZWFyIE1h\nbmFnZW1lbnQgQ29uc29sZSBMb2dpbiBQYW5lbCAtIERldGVjdAogIGF1dGhv\ncjogZmZmZmZmZmYweCxkYWZmYWluZm8KICBzZXZlcml0eTogaW5mbwogIHJl\nZmVyZW5jZTogaHR0cHM6Ly9vcGVuZ2Vhci5jb20vCiAgY2xhc3NpZmljYXRp\nb246CiAgICBjdnNzLW1ldHJpY3M6IENWU1M6My4wL0FWOk4vQUM6TC9QUjpO\nL1VJOk4vUzpVL0M6Ti9JOk4vQTpOCiAgICBjdnNzLXNjb3JlOiAwLjAKICAg\nIGN3ZS1pZDogQ1dFLTIwMAogIG1ldGFkYXRhOgogICAgdmVyaWZpZWQ6IHRy\ndWUKICAgIGZvZmEtcXVlcnk6IGFwcD0ib3BlbmdlYXItTWFuYWdlbWVudC1D\nb25zb2xlIgogICAgZ29vZ2xlLXF1ZXJ5OiBpbnRpdGxlOiJPcGVuZ2VhciBN\nYW5hZ2VtZW50IENvbnNvbGUiCiAgdGFnczogcGFuZWwsb3BlbmdlYXIKCnJl\ncXVlc3RzOgogIC0gbWV0aG9kOiBHRVQKICAgIHBhdGg6CiAgICAgIC0gInt7\nQmFzZVVSTH19IgoKICAgIG1hdGNoZXJzLWNvbmRpdGlvbjogYW5kCiAgICBt\nYXRjaGVyczoKICAgICAgLSB0eXBlOiB3b3JkCiAgICAgICAgcGFydDogYm9k\neQogICAgICAgIHdvcmRzOgogICAgICAgICAgLSAnPGEgaHJlZj0iaHR0cDov\nL3d3dy5PcGVuZ2Vhci5jb20iIGJ1aWxkPSJfbmV3Ij4mY29weTsgT3Blbmdl\nYXInCiAgICAgICAgICAtICdPcGVuZ2VhciBNYW5hZ2VtZW50IENvbnNvbGU8\nL3RpdGxlPicKICAgICAgICBjb25kaXRpb246IGFuZAoKICAgICAgLSB0eXBl\nOiBzdGF0dXMKICAgICAgICBzdGF0dXM6CiAgICAgICAgICAtIDIwMAoKIyBF\nbmhuYW5jZWQgYnkgY3MgMjAyMy8wMS8wOQo=\n",
"encoding": "base64",
"_links": {
"self": "https://api.github.com/repos/MostInterestingBotInTheWorld/nuclei-templates/contents/exposed-panels/opengear-panel.yaml?ref=dashboard",
"git": "https://api.github.com/repos/MostInterestingBotInTheWorld/nuclei-templates/git/blobs/9230f01266ccacf2220ee193a65c41eccf0663f7",
"html": "https://github.com/MostInterestingBotInTheWorld/nuclei-templates/blob/dashboard/exposed-panels/opengear-panel.yaml"
}
}
info:
name: Opengear Management Console Login Panel - Detect
author: ffffffff0x,daffainfo
severity: info
reference: https://opengear.com/
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
metadata:
verified: true
fofa-query: app="opengear-Management-Console"
google-query: intitle:"Opengear Management Console"
tags: panel,opengear
# Enhanced by mp on 2023/01/23
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<a href="http://www.Opengear.com" build="_new">&copy; Opengear'
- 'Opengear Management Console</title>'
condition: and
- type: status
status:
- 200
# Enhnanced by cs 2023/01/09