Added tags and updated matcher

patch-1
Sandeep Singh 2021-07-10 01:31:10 +05:30 committed by GitHub
parent 2210cce2a8
commit 9156e33229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -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