Update and rename technologies/ocomon-detect.yaml to exposed-panels/ocomon-panel.yaml

patch-1
Prince Chaddha 2022-06-30 15:39:59 +05:30 committed by GitHub
parent fee0d50442
commit 6e9be6ced8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 32 deletions

View File

@ -0,0 +1,39 @@
id: ocomon-panel
info:
name: OcoMon Login Panel
author: dogasantos
severity: info
description: a tiny helpdesk system written in php
reference:
- https://sourceforge.net/projects/ocomonphp/
metadata:
verified: true
shodan-query: http.html:"OcoMon"
tags: panel,ocomon,oss
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
regex:
- '(?i)(OcoMon)'
- type: word
part: body
words:
- 'open_form/ticket_form_open.php'
extractors:
- type: regex
group: 1
regex:
- 'Versão: ([0-9.]+)'
- 'Versão: ([0-9.]+)'

View File

@ -1,32 +0,0 @@
id: ocomon-detect
info:
name: OcoMon Detection
author: dogasantos
severity: info
description: a tiny helpdesk system written in php
reference:
- https://sourceforge.net/projects/ocomonphp/
tags: tech,helpdesk
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers:
- type: word
words:
- '<title>OcoMon'
- 'content="OcoMon'
- 'alt="OcoMon'
- 'ocomon/open_form/ticket_form_open.php'
condition: and
extractors:
- type: regex
group: 1
regex:
- 'Versão: ([0-9.]+)'