Merge pull request #2815 from johnk3r/master

Detect Secmail and Okiko panel
patch-1
Prince Chaddha 2021-10-04 19:28:15 +05:30 committed by GitHub
commit e8aa259f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: okiko-sfiler-portal
info:
name: OKIKO S-Filer Portal Detect
author: johnk3r
severity: info
reference: https://www.shodan.io/search?query=sfiler
tags: okiko,panel
requests:
- method: GET
path:
- "{{BaseURL}}/sfiler/Login.action"
matchers-condition: and
matchers:
- type: word
words:
- "<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>'

View File

@ -0,0 +1,24 @@
id: secmail-detect
info:
name: SecMail - secure email Detect
author: johnk3r
severity: info
reference: https://www.shodan.io/search?query=secmail
tags: secmail,panel
requests:
- method: GET
path:
- "{{BaseURL}}/SecMail/login.jsp"
matchers-condition: and
matchers:
- type: word
words:
- "Path=/SecMail"
part: header
- type: status
status:
- 200