Add files via upload
parent
035f829d69
commit
00df1b70ab
|
@ -0,0 +1,28 @@
|
|||
id: Forcepoint-pem-login-panel
|
||||
info:
|
||||
name: Forcepoint Login panel
|
||||
author: husain
|
||||
severity: info
|
||||
reference: https://www.forcepoint.com/product/email-security
|
||||
tags: forcepoint,panel,email
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/pem/login/pages/login.jsf'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "Forcepoint Email Security"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- 'Version&[a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z];[0-9]+\.[0-9]'
|
Loading…
Reference in New Issue