Create identity-services-engine.yaml
parent
4a87035c53
commit
e3f100fc09
|
@ -0,0 +1,24 @@
|
||||||
|
id: identity-services-engine
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Identity Services Engine
|
||||||
|
author: dhiyaneshDK
|
||||||
|
severity: info
|
||||||
|
reference: https://www.shodan.io/search?query=http.title%3A%22Identity+Services+Engine%22
|
||||||
|
tags: panel
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}'
|
||||||
|
- '{{BaseURL}}/admin/'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- '<title>Identity Services Engine</title>'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue