Merge pull request #5391 from projectdiscovery/sentinelone-console
Create sentinelone-console.yamlpatch-1
commit
cc7a17fd64
|
@ -0,0 +1,26 @@
|
||||||
|
id: sentinelone-console
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: SentinelOne - Management Console
|
||||||
|
author: DhiyaneshDK
|
||||||
|
severity: info
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"SentinelOne - Management Console"
|
||||||
|
tags: panel,sentinelone
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/login"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- 'SentinelOne - Management Console'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue