Create phpSysInfo Exposure Template

phpSysInfo: a customizable PHP script that displays information about your system nicely

This includes hardware and software information as well as informations about running processes or mounted hard drives / shares.
patch-1
Fábián Patrik 2023-10-08 18:28:09 +02:00
parent c7ecffaef9
commit 3d671d04d7
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: phpsysinfo-exposure
info:
name: phpSysInfo Exposure
author: fpatrik
description: "phpSysInfo: a customizable PHP script that displays information about your system nicely"
severity: low
tags: config,exposure,phpsysinfo
reference: https://phpsysinfo.github.io/phpsysinfo/
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/phpsysinfo/index.php?disp=bootstrap"
matchers-condition: and
matchers:
- type: word
words:
- '<title>phpSysInfo'
- 'Hardware Information'
condition: and
- type: status
status:
- 200