Add files via upload

patch-13
Dominique RIGHETTO 2024-10-28 09:31:24 +01:00 committed by GitHub
parent 512464afb5
commit 81657fdee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: pghero-detect
info:
name: PgHero - Detect
author: righettod
severity: info
description: |
PgHero products was detected.
reference:
- https://github.com/ankane/pghero
metadata:
verified: true
max-request: 1
shodan-query: http.title:"PgHero"
tags: tech,pghero,detect
http:
- method: GET
path:
- "{{BaseURL}}/"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>pghero", "/assets/pghero/", ">pghero</a>")'
condition: and