Update and rename phpsysinfo-exposure.yaml to phpsys-info.yaml
parent
3d671d04d7
commit
79a34fe321
|
@ -1,14 +1,17 @@
|
|||
id: phpsysinfo-exposure
|
||||
id: phpsys-info
|
||||
|
||||
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
|
||||
description: |
|
||||
phpSysInfo: a customizable PHP script that displays information about your system nicely
|
||||
reference: https://phpsysinfo.github.io/phpsysinfo/
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: html:"phpSysInfo"
|
||||
verified: true
|
||||
tags: config,exposure,phpsysinfo
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
|
@ -19,9 +22,10 @@ http:
|
|||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>phpSysInfo'
|
||||
- 'phpSysInfo'
|
||||
- 'Hardware Information'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue