29 lines
800 B
YAML
29 lines
800 B
YAML
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}}"
|
|
|
|
host-redirects: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(to_lower(body), "<title>pghero", "/assets/pghero/", ">pghero</a>")'
|
|
condition: and
|
|
# digest: 4a0a00473045022009d92fd71a4e9a2aed02cffdcf3080aba8948f91890f4704c8a66b72e9dec584022100d5823d5325286af0d924fb1d3458589290a966e434c16769a71d3f2ed461335b:922c64590222798bb761d5b6d8e72950 |