Add files via upload
parent
4487f494cf
commit
db1113e37f
|
@ -0,0 +1,28 @@
|
|||
id: haproxy-exporter-metrics
|
||||
|
||||
info:
|
||||
name: Detect Haproxy Exporter
|
||||
author: pussycat0x
|
||||
severity: low
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"haproxy exporter"
|
||||
tags: haproxy,exposure,debug
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/metrics"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "haproxy_exporter"
|
||||
- "haproxy_up"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue