Update okiko-sfiler-portal.yaml

patch-1
Prince Chaddha 2021-10-04 19:18:55 +05:30 committed by GitHub
parent f6f679ee64
commit d4792bfa27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

View File

@ -1,10 +1,10 @@
id: okiko-sfiler-portal
info:
name: Detect OKIKO S-Filer Portal
name: OKIKO S-Filer Portal Detect
author: johnk3r
reference: https://www.shodan.io/search?query=sfiler
severity: info
reference: https://www.shodan.io/search?query=sfiler
tags: okiko,panel
requests:
@ -16,8 +16,16 @@ requests:
matchers:
- type: word
words:
- "okiok"
- "<title>S-Filer Portal - Login</title>"
part: body
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<br\/>S\-Filer\/([A-Za-z 0-9.]+)<\/p>'