Create footprints.yaml

patch-1
Arman 2022-09-13 15:07:23 -04:00 committed by GitHub
parent 19de5ca8df
commit 75a8e2b11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -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'