Skip to content

Neocase HR Portal Login Panel - Detect

ID: neocase-hrportal-panel

Severity: info

Author: righettod

Tags: panel,neocase,login,detect

Neocase HR Portal login panel was detected.

id: neocase-hrportal-panel
info:
name: Neocase HR Portal Login Panel - Detect
author: righettod
severity: info
description: |
Neocase HR Portal login panel was detected.
reference:
- https://www.neocasesoftware.com/neocase-hr-solution/
- https://www.neocasesoftware.com/self-service-portal-module/
metadata:
verified: true
max-request: 1
tags: panel,neocase,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "neocase") && contains(to_lower(body), "hr portal") && contains(to_lower(body), "login")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'name="version"\s+content="([0-9\.]+)"'
# digest: 4a0a00473045022006652b36d4a379aaf243e3fc51a5b4c95a1ff81ed29b3492582d17407caf2ea2022100a374764c590fd898ef84ab0ac12f1f19e4efc1bc5b33bcb4216f0265ed7809a7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/neocase-hrportal-panel.yaml"

View on Github