Skip to content

FootPrints Service Core Login Panel - Detect

ID: footprints-panel

Severity: info

Author: tess

Tags: tech,panel,footprints

FootPrints Service Core login panel was detected.

id: footprints-panel
info:
name: FootPrints Service Core Login Panel - Detect
author: tess
severity: info
description: FootPrints Service Core login panel was detected.
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:bmc:footprints_service_core:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: title:"FootPrints Service Core Login"
product: footprints_service_core
vendor: bmc
tags: tech,panel,footprints
http:
- method: GET
path:
- '{{BaseURL}}/MRcgi/MRlogin.pl'
- '{{BaseURL}}/MRcgi/MRentrancePage.pl'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'FootPrints Service Core Login'
- type: status
status:
- 200
# digest: 4a0a004730450221009d6e744b584702a013ad3ed67d4a1d81746583be1450bac25b94bbf55d0b2ffd022023855d00e0306b5695e87cb150acf07c2a5cc6422bb2eb5a0ce2199805679bb0: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/footprints-panel.yaml"

View on Github