38 lines
901 B
YAML
38 lines
901 B
YAML
id: laragon-phpinfo
|
|
|
|
info:
|
|
name: Laragon - phpinfo Disclosure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: |
|
|
Laragon phpinfo file was exposed.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Laragon" html:"phpinfo"
|
|
tags: laragon,exposure,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/?q=info"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "PHP Extension"
|
|
- "PHP Version"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '>PHP Version <\/td><td class="v">([0-9.]+)'
|
|
part: body
|
|
# digest: 4b0a004830460221009c19f1977f513519a1d4708eb9a28960d8c9a69ec18cc354c9ae54c700fa9a690221009282048ffc034bd0830523b3e42c7c30f2279568b797571cf13a375d7b67766c:922c64590222798bb761d5b6d8e72950 |