37 lines
770 B
YAML
37 lines
770 B
YAML
id: locust-exposure
|
|
|
|
info:
|
|
name: Locust Exposure
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Locust"
|
|
tags: exposure,locust,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Locust</title>'
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'locust.js'
|
|
- 'Charts</a>'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502205ee90833ed1bc6d1dda3cd825d8515a4d9d189bfca3b80afeebb1f793cb3f49f022100b69ede5808f0aec611aeb69c930695ca90a07fffa650e19fd1d2c0294d9f7f7f:922c64590222798bb761d5b6d8e72950
|