nuclei-templates/exposures/configs/phpinfo.yaml

32 lines
737 B
YAML
Raw Normal View History

2020-04-04 18:19:48 +00:00
id: phpinfo-files
info:
name: phpinfo Disclosure
2021-01-10 14:16:50 +00:00
author: pd-team
2020-04-04 18:19:48 +00:00
severity: low
requests:
- method: GET
2020-05-25 08:02:27 +00:00
path:
2020-04-04 18:19:48 +00:00
- "{{BaseURL}}/php.php"
- "{{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"
- "{{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"
- "{{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}}/PHPInfo.php"
- "{{BaseURL}}/old_phpinfo.php"
2020-04-04 18:19:48 +00:00
matchers:
- type: word
2020-05-25 08:02:27 +00:00
words:
2020-04-04 18:19:48 +00:00
- "PHP Extension"
- "PHP Version"
condition: and