Merge pull request #6099 from projectdiscovery/Detect-Haproxy-Exporter

Detect Haproxy Exporter
patch-1
Ritik Chaddha 2022-11-18 14:23:20 +05:30 committed by GitHub
commit 8e4fcb0b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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:
- "HELP haproxy_"
- type: word
part: body
words:
- "haproxy_exporter"
- "haproxy_backend"
condition: or
- type: status
status:
- 200