Added more templates
parent
2a7d45fa1f
commit
94ee677aba
|
@ -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'
|
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in New Issue