30 lines
549 B
YAML
30 lines
549 B
YAML
id: footprints-panel
|
|
|
|
info:
|
|
name: footprints panel
|
|
author: tess
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"FootPrints Service Core Login"
|
|
tags: tech,panel,footprints
|
|
|
|
requests:
|
|
- 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
|