nuclei-templates/exposed-panels/okiko-sfiler-portal.yaml

33 lines
594 B
YAML
Raw Normal View History

2021-10-02 18:19:57 +00:00
id: okiko-sfiler-portal
2021-10-02 18:12:17 +00:00
info:
2021-10-04 13:48:55 +00:00
name: OKIKO S-Filer Portal Detect
2021-10-02 18:12:17 +00:00
author: johnk3r
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"S-Filer"
2021-10-02 18:12:17 +00:00
tags: okiko,panel
requests:
- method: GET
path:
- "{{BaseURL}}/sfiler/Login.action"
matchers-condition: and
matchers:
- type: word
words:
2021-10-04 13:48:55 +00:00
- "<title>S-Filer Portal - Login</title>"
2021-10-02 18:12:17 +00:00
part: body
2021-10-04 13:48:55 +00:00
2021-10-02 18:12:17 +00:00
- type: status
status:
- 200
2021-10-04 13:48:55 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- '<br\/>S\-Filer\/([A-Za-z 0-9.]+)<\/p>'