Update phpinfo.yaml
parent
5b9495b51c
commit
24b40f5f5d
|
@ -2,7 +2,7 @@ id: phpinfo-files
|
|||
|
||||
info:
|
||||
name: phpinfo Disclosure
|
||||
author: pdteam,daffainfo,meme-lord
|
||||
author: pdteam,daffainfo,meme-lord,dhiyaneshDK
|
||||
severity: low
|
||||
tags: config,exposure
|
||||
|
||||
|
@ -26,6 +26,7 @@ requests:
|
|||
- "{{BaseURL}}/infos.php"
|
||||
- "{{BaseURL}}/linusadmin-phpinfo.php"
|
||||
- "{{BaseURL}}/php-info.php"
|
||||
- "{{BaseURL}}/dashboard/phpinfo.php"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -44,4 +45,4 @@ requests:
|
|||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '>PHP Version <\/td><td class="v">([0-9.]+)'
|
||||
- '>PHP Version <\/td><td class="v">([0-9.]+)'
|
||||
|
|
Loading…
Reference in New Issue