Added more templates

patch-1
sandeep 2021-06-28 16:43:01 +05:30
parent 2a7d45fa1f
commit 94ee677aba
3 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: calendarix-panel
info:
name: Calendarix login detect
author: r3dg33k
severity: info
tags: panel,calendarix
requests:
- method: GET
path:
- '{{BaseURL}}/calendarix/admin/cal_login.php'
- '{{BaseURL}}/calendar/admin/cal_login.php'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'Calendarix Admin Login'

View File

@ -0,0 +1,22 @@
id: expn-mail-detect
info:
name: EXPN Mail Server Detect
author: r3dg33k
severity: info
tags: mail,expn,network
network:
- inputs:
- data: "65686c6f20636865636b746c730a"
type: hex
read-size: 2048
host:
- "{{Hostname}}"
- "{{Hostname}}:25"
matchers:
- type: word
words:
- "250-EXPN"

View File

@ -0,0 +1,22 @@
id: starttls-mail-detect
info:
name: STARTTLS Mail Server Detect
author: r3dg33k
severity: info
tags: mail,starttls,network
network:
- inputs:
- data: "65686c6f20636865636b746c730a"
type: hex
read-size: 2048
host:
- "{{Hostname}}"
- "{{Hostname}}:25"
matchers:
- type: word
words:
- "250-STARTTLS"