Added tags and updated matcher
parent
2210cce2a8
commit
9156e33229
|
@ -5,7 +5,7 @@ info:
|
||||||
author: gy741
|
author: gy741
|
||||||
severity: high
|
severity: high
|
||||||
reference: https://blog.grimm-co.com/2021/06/the-walls-have-ears.html
|
reference: https://blog.grimm-co.com/2021/06/the-walls-have-ears.html
|
||||||
tags: stem,config,exposure
|
tags: stem,config,exposure,iot
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -17,7 +17,6 @@ requests:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "BEGIN RSA PRIVATE KEY"
|
- "BEGIN RSA PRIVATE KEY"
|
||||||
condition: or
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
@ -25,6 +24,4 @@ requests:
|
||||||
|
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- '!contains(body_2, "<html")'
|
- '!contains(tolower(body), "<html")'
|
||||||
- '!contains(body_2, "<HTML")'
|
|
||||||
condition: and
|
|
||||||
|
|
Loading…
Reference in New Issue