Merge pull request #6384 from kh4sh3i/master
Modoboa Login Panel & Storybook Login Panel - Detectpatch-1
commit
d3400d701c
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue