ocomon detection

patch-1
Douglas Santos 2022-06-29 17:22:19 +00:00
parent f9bf6224fe
commit 0fef4420eb
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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.]+)'