Merge pull request #6384 from kh4sh3i/master

Modoboa Login Panel & Storybook Login Panel - Detect
patch-1
Dhiyaneshwaran 2023-01-13 13:01:39 +05:30 committed by GitHub
commit d3400d701c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: modoboa-panel
info:
name: Modoboa Login Panel
author: kh4sh3i
severity: info
reference:
- https://modoboa.org
- https://github.com/modoboa/modoboa
metadata:
verified: true
shodan-query: http.favicon.hash:1949005079
tags: panel,modoboa,mail
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/accounts/login/?next=/"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to Modoboa'
case-insensitive: true
- type: status
status:
- 200

View File

@ -0,0 +1,35 @@
id: storybook-panel
info:
name: Storybook Panel Detect
author: kh4sh3i
severity: info
reference:
- https://storybook.js.org/
- https://github.com/storybookjs/storybook
metadata:
verified: true
shodan-query: http.title:"storybook"
tags: panel,storybook,workshop
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/?path=/settings/about"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Storybook</title>'
- 'storybook-'
condition: or
- type: status
status:
- 200