35 lines
575 B
YAML
35 lines
575 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
|