mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-14 07:12:54 +00:00
Merge pull request #471 from jenaye/patch-1
[Add] - php8 to extensions.lst
This commit is contained in:
commit
c5b49ec497
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
.php4
|
||||
.php5
|
||||
.php7
|
||||
.php8
|
||||
.pht
|
||||
.phar
|
||||
.phpt
|
||||
|
|
1
Upload Insecure Files/Extension PHP/phpinfo.php8
Normal file
1
Upload Insecure Files/Extension PHP/phpinfo.php8
Normal file
|
@ -0,0 +1 @@
|
|||
<?php phpinfo(); ?>
|
Loading…
Reference in a new issue