Create emerson-power-panel.yaml
parent
fbf0b448be
commit
85c8b47b62
|
@ -0,0 +1,25 @@
|
||||||
|
id: emerson-power-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Emerson Network Power IntelliSlot Web Card Panel
|
||||||
|
author: princechaddha
|
||||||
|
severity: info
|
||||||
|
metadata:
|
||||||
|
shodan-dork: 'http.title:"Emerson Network Power IntelliSlot Web Card"'
|
||||||
|
tags: panel,intellislot,emerson
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "<title>Emerson Network Power IntelliSlot Web Card</title>"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue