Create footprints.yaml
parent
19de5ca8df
commit
75a8e2b11d
|
@ -0,0 +1,29 @@
|
||||||
|
id: footprints-panel-detection
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: footprints login panel
|
||||||
|
author: tess
|
||||||
|
severity: info
|
||||||
|
tags: tech,panel,misc
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/MRcgi/MRlogin.pl'
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- 'User ID:'
|
||||||
|
- 'Password:'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- 'text/html'
|
Loading…
Reference in New Issue