commit
eaa2a78e12
|
@ -0,0 +1,29 @@
|
|||
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
|
Loading…
Reference in New Issue