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