file name updation, matcher update , case sensitive
parent
0730dafcbc
commit
aef480d777
|
@ -1,10 +1,11 @@
|
||||||
id: seagate-nas-seagate-login
|
id: seagate-nas-login
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Seagate NAS - SEAGATE Login - Detect
|
name: Seagate NAS Login - Detect
|
||||||
author: JustaAcat
|
author: JustaAcat
|
||||||
severity: info
|
severity: info
|
||||||
description: Seagate NAS - SEAGATE Login was detected.
|
description: |
|
||||||
|
Seagate NAS - SEAGATE Login was detected.
|
||||||
metadata:
|
metadata:
|
||||||
verified: "true"
|
verified: "true"
|
||||||
shodan-query: title:"Seagate NAS - SEAGATE"
|
shodan-query: title:"Seagate NAS - SEAGATE"
|
||||||
|
@ -19,7 +20,8 @@ requests:
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- <title>Seagate NAS - SEAGATE</title>
|
- Seagate NAS - SEAGATE
|
||||||
|
case-insensitive: true
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
Loading…
Reference in New Issue