2020-04-04 18:19:48 +00:00
|
|
|
id: phpinfo-files
|
|
|
|
|
|
|
|
info:
|
2023-02-22 20:57:45 +00:00
|
|
|
name: PHPinfo Page - Detect
|
2023-12-31 16:09:36 +00:00
|
|
|
author: pdteam,daffainfo,meme-lord,dhiyaneshDK,wabafet,mastercho
|
2023-03-17 16:49:35 +00:00
|
|
|
severity: low
|
2022-05-20 21:38:52 +00:00
|
|
|
description: |
|
2023-02-22 20:57:45 +00:00
|
|
|
PHPinfo page was detected. The output of the phpinfo() command can reveal sensitive and detailed PHP environment information.
|
2023-03-17 16:49:35 +00:00
|
|
|
remediation: Remove PHP Info pages from publicly accessible sites, or restrict access to authorized users only.
|
2023-03-02 20:58:29 +00:00
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2023-08-16 13:50:50 +00:00
|
|
|
max-request: 22
|
|
|
|
tags: config,exposure,phpinfo
|
2020-04-04 18:19:48 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-04-04 18:19:48 +00:00
|
|
|
- method: GET
|
2020-05-25 08:02:27 +00:00
|
|
|
path:
|
2020-04-04 18:19:48 +00:00
|
|
|
- "{{BaseURL}}/php.php"
|
2023-12-31 16:09:36 +00:00
|
|
|
- "{{BaseURL}}/php2.php"
|
2020-04-04 18:19:48 +00:00
|
|
|
- "{{BaseURL}}/phpinfo.php"
|
|
|
|
- "{{BaseURL}}/info.php"
|
2020-04-10 09:56:24 +00:00
|
|
|
- "{{BaseURL}}/infophp.php"
|
|
|
|
- "{{BaseURL}}/php_info.php"
|
|
|
|
- "{{BaseURL}}/test.php"
|
|
|
|
- "{{BaseURL}}/i.php"
|
2023-12-31 16:09:36 +00:00
|
|
|
- "{{BaseURL}}/p.php"
|
|
|
|
- "{{BaseURL}}/pi.php"
|
2020-04-10 09:56:24 +00:00
|
|
|
- "{{BaseURL}}/asdf.php"
|
2020-04-10 09:57:03 +00:00
|
|
|
- "{{BaseURL}}/pinfo.php"
|
2020-04-10 09:56:24 +00:00
|
|
|
- "{{BaseURL}}/phpversion.php"
|
2020-04-10 08:40:33 +00:00
|
|
|
- "{{BaseURL}}/time.php"
|
2021-02-20 10:21:07 +00:00
|
|
|
- "{{BaseURL}}/index.php"
|
2021-02-27 07:46:19 +00:00
|
|
|
- "{{BaseURL}}/temp.php"
|
|
|
|
- "{{BaseURL}}/old_phpinfo.php"
|
2021-03-03 22:58:37 +00:00
|
|
|
- "{{BaseURL}}/infos.php"
|
|
|
|
- "{{BaseURL}}/linusadmin-phpinfo.php"
|
|
|
|
- "{{BaseURL}}/php-info.php"
|
2021-09-17 02:49:28 +00:00
|
|
|
- "{{BaseURL}}/dashboard/phpinfo.php"
|
2022-07-29 16:20:23 +00:00
|
|
|
- "{{BaseURL}}/_profiler/phpinfo.php"
|
|
|
|
- "{{BaseURL}}/_profiler/phpinfo"
|
2023-02-13 15:14:10 +00:00
|
|
|
- "{{BaseURL}}/?phpinfo=1"
|
2023-08-16 10:31:14 +00:00
|
|
|
- "{{BaseURL}}/l.php?act=phpinfo"
|
2021-03-06 10:35:21 +00:00
|
|
|
|
2021-09-17 07:50:06 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-03-06 10:35:21 +00:00
|
|
|
matchers-condition: and
|
2020-04-04 18:19:48 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-05-20 21:38:52 +00:00
|
|
|
part: body
|
2020-05-25 08:02:27 +00:00
|
|
|
words:
|
2020-04-04 18:19:48 +00:00
|
|
|
- "PHP Extension"
|
|
|
|
- "PHP Version"
|
2020-04-10 08:40:33 +00:00
|
|
|
condition: and
|
2021-03-06 10:35:21 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2021-09-17 07:50:06 +00:00
|
|
|
- '>PHP Version <\/td><td class="v">([0-9.]+)'
|
2024-01-20 08:05:50 +00:00
|
|
|
# digest: 490a0046304402200ae8b8081d9f0cd03df17ae4d573d34a11bac4e910d19751ffc7c4b0f6c0df5f022021f374c3bca8e90d30151ec3730cda9d59f290607f7d4069cef189e0f4775ea4:922c64590222798bb761d5b6d8e72950
|