nuclei-templates/misconfiguration/locust-exposure.yaml

34 lines
560 B
YAML
Raw Normal View History

2022-10-09 19:30:45 +00:00
id: locust-exposure
info:
name: Locust Exposure
author: DhiyaneshDK
severity: medium
metadata:
verified: true
shodan-query: title:"Locust"
tags: exposure,locust,misconfig
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Locust</title>'
- type: word
2022-10-11 06:50:23 +00:00
part: body
2022-10-09 19:30:45 +00:00
words:
2022-10-11 06:50:23 +00:00
- 'locust.js'
- 'Charts</a>'
condition: or
2022-10-09 19:30:45 +00:00
- type: status
status:
- 200