Create utility-service-detect.yaml
parent
99efc95c43
commit
3f5be26e74
|
@ -0,0 +1,28 @@
|
||||||
|
id: utility-service-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Utility Services Administration Detect
|
||||||
|
author: DhiyaneshDK
|
||||||
|
severity: info
|
||||||
|
metadata:
|
||||||
|
verified: "true"
|
||||||
|
shodan-query: title:"Utility Services Administration"
|
||||||
|
tags: tech,avaya,aura
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "<title>Utility Services Administration</title>"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue