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