Update locust-exposure.yaml
parent
48e16d9351
commit
eb299fcaa0
|
@ -2,11 +2,11 @@ id: locust-exposure
|
|||
|
||||
info:
|
||||
name: Locust Exposure
|
||||
author: DhiyaneshDK
|
||||
author: DhiyaneshDK,bhutch
|
||||
severity: medium
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: title:"Locust"
|
||||
tags: exposure,locust,misconfig
|
||||
|
||||
|
@ -17,10 +17,10 @@ http:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- '<title>Locust</title>'
|
||||
regex:
|
||||
- '<title>Locust(?: for.+)?</title>'
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue