Create okiko-sfiler-portal.yaml
parent
def48d77da
commit
8f0251f8c3
|
@ -0,0 +1,23 @@
|
|||
id: okiko-sfiler
|
||||
|
||||
info:
|
||||
name: Detect OKIKO S-Filer Portal
|
||||
author: johnk3r
|
||||
reference: https://www.shodan.io/search?query=sfiler
|
||||
severity: info
|
||||
tags: okiko,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/sfiler/Login.action"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "okiok"
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue